C#
VB
C++
Determines whether the specified ContextItem is equal to the current ContextItem.
public override bool Equals(
object obj
)
Public Overrides Function Equals( _
ByVal obj As Object _
) As Boolean
public:
bool Equals(
Object^ obj
) override
obj
The ContextItem to compare with the current ContextItem.
true if the specified ContextItem is equal to the current ContextItem; otherwise it is 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