This method of the Atom class specifies whether two specified atoms are equal.
public boolean equals(Object that);
Returns true if the atoms are equal; returns false if the atoms are not equal.
that | An atom object to be compared with the atom object invoking the equals( ) method. |