Compares this
MarshalledObject
to another object.
Returns true if and only if the argument refers to a
MarshalledObject
that contains exactly the same
serialized representation of an object as this one does. The
comparison ignores any class codebase annotation, meaning that
two objects are equivalent if they have the same serialized
representation
except for the codebase of each class
in the serialized representation.
Returns:
true
if the argument contains an equaivalent
serialized object;
false
otherwise
Parameters:
-
obj - the object to compare with this
MarshalledObject
Since:
1.2