NameAtom Equals Function. Test whether the two NameAtoms are the same. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Test whether the two NameAtoms are the same

 

   
Syntax  

[C#]
bool Equals(NameAtom other)

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

 

   

Params
 
Name Description
other The NameAtom to test against.

 

   

Notes
 

Test whether the two NameAtoms are the same.

Two NameAtoms are judged to be equal if their Text is equal.

 

   

Example
 

None.