C#
VB
C++
Determines whether the specified Object is equal to this instance.
public override bool Equals(
object obj
)
Public Overrides Function Equals( _
ByVal obj As Object _
) As Boolean
public:
bool Equals(
Object^ obj
) override
obj
The Object to compare with this instance.
true
if the specified Object is equal to this instance; otherwise, false
.
Exceptions
Exception | Description |
---|---|
System.NullReferenceException | The obj parameter is null. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET