XReadOptions Equals Function. Test whether the two objects are effectvely the same. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Test whether the two XReadOptions are effectvely the same.

 

   
Syntax  

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

[Visual Basic]
Function Equals(other As XReadOptions) As Boolean
Overrides Function Equals(other As Object) As Boolean

 

   

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.