Microsoft SDK for Java

equals

This method of the ClientStore Class determines whether the current object is equal to the specified object.

Syntax

public boolean equals(Object o);

Return Value

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

Parameters

o The object that the current object is being compared against.

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