ArrayAtom Equals Function. Test whether the two ArrayAtoms are the same. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Test whether the two ArrayAtoms are the same

 

   
Syntax  

[C#]
bool Equals(ArrayAtom other)

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

 

   

Params
 
Name Description
other The ArrayAtom to test against.

 

   

Notes
 

Test whether the two ArrayAtoms are the same.

Two ArrayAtoms are judged to be equal if they have the same number of Atoms contained within them and each Atom in one array is equal to the corresponding Atom in the other array.

 

   

Example
 

None.