Query.equal(XppObjectBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluates whether one query is equal to another.
public:
override bool equal(Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ _record);
public override bool equal (Microsoft.Dynamics.Ax.Xpp.XppObjectBase _record);
override this.equal : Microsoft.Dynamics.Ax.Xpp.XppObjectBase -> bool
Public Overrides Function equal (_record As XppObjectBase) As Boolean
Parameters
- _record
- XppObjectBase
The query to use as a comparison.
Returns
true if the queries are equal; otherwise, false.
Remarks
"Equal" in this case means that the query is structurally identical to the query that it is compared to. The query has the same number of data sources assigned to the same files, and it has the same number of ranges.