This method of the ClientStoreFile Class determines whether this ClientStoreFile instance is equal to another object.
public boolean equals(Object obj);
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.
obj | The object that the ClientStoreFile instance is being compared with. |