QueryRun.equal Method [AX 2012]

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

public boolean equal(Object obj)

Run On

Called

Parameters

obj
Type: Object Class

Return Value

Type: boolean
true if the specified object is equal to the current object; otherwise, false.

The default implementation of the Object::equal method supports only reference equality. However, derived classes can override the Object::equal method to support value equality.

Community Additions

ADD
Show: