Query.equal Method [AX 2012]

Evaluates whether one query is equal to another.

public boolean equal(Object record)

Run On

Called

Parameters

record
Type: Object Class
The query to use as a comparison.

Return Value

Type: boolean
true if the queries are equal; otherwise false.

"Equal" in this case means that the query is structurally identical. The query has the same number of data sources assigned to the same files, and the same number of ranges.

Community Additions

ADD
Show: