Query.equal Method

Evaluates whether one query is equal to another.

Syntax

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.

Remarks

"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.

See Also

Reference

Query Class