QueryRun.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.
Determines whether the specified object is equal to the current object.
public:
override bool equal(Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ _obj);
public override bool equal (Microsoft.Dynamics.Ax.Xpp.XppObjectBase _obj);
override this.equal : Microsoft.Dynamics.Ax.Xpp.XppObjectBase -> bool
Public Overrides Function equal (_obj As XppObjectBase) As Boolean
Parameters
- _obj
- XppObjectBase
Returns
true if the specified object is equal to the current object; otherwise, false.
Remarks
The default implementation of the Object::equal method supports only reference equality. However, derived classes can override the Object::equal method to support value equality.