SysExtensionSerializerMap.equal Method

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.

See Also

Reference

SysExtensionSerializerMap Map