Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.