Test whether the two NameAtoms are the same
[C#] bool Equals(NameAtom other)
bool Equals(NameAtom other)
Test whether the two NameAtoms are the same.
Two NameAtoms are judged to be equal if their Text is equal.
None.