NullAtom Equals Function. Test whether the two NullAtoms are the same. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Test whether the two NullAtoms are the same

 

   
Syntax  

[C#]
bool Equals(NullAtom other)

[Visual Basic]
Function Equals(other As NullAtom) As Boolean

 

   

Params
 
Name Description
other The NullAtom to test against.

 

   

Notes
 

Test whether the two NullAtoms are the same.

NullAtoms are are always equal to each other.

 

   

Example
 

None.