Share via


Query.equal(XppObjectBase) Method

Definition

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.

Applies to