Test whether the two DictAtoms are the same

 

   

Syntax
 

[C#]
bool Equals(DictAtom other)

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

 

   

Params
 
Name Description
other The DictAtom to test against.

 

   

Notes
 

Test whether the two DictAtoms are the same.

Two DictAtoms are judged to be equal if they have the same named entries and the Atom corresponding with each named entry is equal to the corresponding Atom in the other dictionary.

 

   

Example
 

None.