Microsoft SDK for Java

equals

This method of the Atom class specifies whether two specified atoms are equal.

Syntax

public boolean equals(Object that);

Return Value

Returns true if the atoms are equal; returns false if the atoms are not equal.

Parameters

that An atom object to be compared with the atom object invoking the equals( ) method.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.