NumAtom Equals Function. Test whether the two NumAtoms are the same. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Test whether the two NumAtoms are the same

 

   
Syntax  

[C#]
bool Equals(NumAtom other)

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

 

   

Params
 
Name Description
other The NumAtoms to test against.

 

   

Notes
 

Test whether the two NumAtoms are the same.

Two NumAtoms are judged to be equal if their numeric value is equal.

 

   

Example
 

None.