This method of the ClientStore Class determines whether the current object is equal to the specified object.
public boolean equals(Object o);
Returns true if the objects are equal; otherwise, returns false.
o | The object that the current object is being compared against. |