[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.