Share via


QueryRun.equal(XppObjectBase) Method

Definition

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

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.

Applies to