Test whether the two XReadOptions are effectvely the same.

 

   

Syntax
 

[C#]
bool Equals(XReadOptions other)
override bool Equals(object other)

 

   

Params
 
Name Description
other The object to test against.
return Whether the two XReadOptions are the same.

 

   

Notes
 

Test whether the two XReadOptions are the same.

 

   

Example
 

None.