SysExtensionSerializerMap.equal Method [AX 2012]

Checks if the current record is equal to the specified record or not.

The corresponding extension table records are also be compared.

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.

Community Additions

ADD
Show: