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 one.
Syntax
public boolean equal(Common cursor)
Run On
Called
Parameters
- cursor
Type: Common Table
The object to check for equality.
Return Value
Type: boolean
true if the objects are equal; otherwise, false.
Remarks
This method is overridden.
The default implementation of the Object::equal method supports only reference equality. Derived classes can override the Object::equal method to support value equality.