BoolAtom Equals Function. Test whether the two BoolAtoms are the same. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Test whether the two BoolAtoms are the same

 

   
Syntax  

[C#]
bool Equals(BoolAtom other)

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

 

   

Params
 
Name Description
other The BoolAtom to test against.

 

   

Notes
 

Test whether the two BoolAtoms are the same.

Two BoolAtoms are judged to be equal if their Truth is equal.

 

   

Example
 

None.