Compares the argument to the receiver, and returns true
if they represent the <em>same</em> object using a class
specific comparison.
@param object the object to compare with this object
@return <code>true</code> if the object is the same as this object and <code>false</code> otherwise
Compares the argument to the receiver, and returns true if they represent the <em>same</em> object using a class specific comparison.
@param object the object to compare with this object @return <code>true</code> if the object is the same as this object and <code>false</code> otherwise
@see #hashCode