| 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