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.
Checks if the current record is equal to the specified record or not.
The corresponding extension table records are also be compared.
Syntax
public boolean equal(Common _cursor)
Run On
Called
Parameters
- _cursor
Type: Common Table
The specified record to compare.
Return Value
Type: boolean
true if all fields are equal; otherwise, return false.