MarkLogic XCC/.Net Library

XName.Equals Method 

Compare this XName object to another.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   object obj
);

Parameters

obj
The object to be compared to this object.

Return Value

True if the other object is equal to this one.

See Also

XName Class | Marklogic.Xcc.Types Namespace