Test whether the two OpAtoms are the same

 

   

Syntax
 

[C#]
bool Equals(OpAtom other)

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

 

   

Params
 
Name Description
other The OpAtom to test against.

 

   

Notes
 

Test whether the two OpAtoms are the same.

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

 

   

Example
 

None.