xRecord.equal Method [AX 2012]

Determines whether the specified object is equal to the current one.

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.

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.

Community Additions

ADD
Show: