Microsoft SDK for Java

equals

This method of the Name class determines whether the current Name object is equal to the one passed in the that parameter.

Syntax

public boolean equals(Object that);

Return Value

Returns true if the objects are equal; otherwise, returns false.

Parameters

that The object to compare the Name object with.

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