RefAtom Equals Function. Test whether the two RefAtoms are the same. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Test whether the two RefAtoms are the same

 

   
Syntax  

[C#]
bool Equals(RefAtom other)

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

 

   

Params
 
Name Description
other The RefAtom to test against.

 

   

Notes
 

Test whether the two RefAtoms are the same.

Two RefAtoms are judged to be equal if their ID and Gen properties are equal.

 

   

Example
 

None.