Microsoft SDK for Java

equals

This method of the ClientStoreFile Class determines whether this ClientStoreFile instance is equal to another object.

Syntax

public boolean equals(Object obj);

Return Value

Returns false if obj is not an instance of ClientStoreFile or if the file specified by this instance is not identical to the object specified by obj; otherwise, returns true.

Parameters

obj The object that the ClientStoreFile instance is being compared with.

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