Compares two remote objects for equality.
Returns a boolean that indicates whether this remote object is
equivalent to the specified Object. This method is used when a
remote object is stored in a hashtable.
If the specified Object is not itself an instance of RemoteObject,
then this method delegates by returning the result of invoking the
equals
method of its parameter with this remote object
as the argument.
Returns:
true if these Objects are equal; false otherwise.
Parameters:
-
obj - the Object to compare with
See Also:
Hashtable
,