Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified object is equal to the current object.
Syntax
public boolean equal(Object obj)
Run On
Called
Parameters
- obj
Type: Object Class
Return Value
Type: boolean
true if the specified object is equal to the current object; otherwise, false.
Remarks
The default implementation of the Object::equal method supports only reference equality. However, derived classes can override the Object::equal method to support value equality.