StringAtom Equals Function. Test whether the two StringAtoms are the same. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Test whether the two StringAtoms are the same

 

   
Syntax  

[C#]
bool Equals(StringAtom other)

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

 

   

Params
 
Name Description
other The StringAtom to test against.

 

   

Notes
 

Test whether the two StringAtoms are the same.

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

 

   

Example
 

None.