xRecord.equal(Common) 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 one.
public:
virtual bool equal(Microsoft::Dynamics::Ax::Xpp::Common ^ _cursor);
public virtual bool equal (Microsoft.Dynamics.Ax.Xpp.Common _cursor);
override this.equal : Microsoft.Dynamics.Ax.Xpp.Common -> bool
Public Overridable Function equal (_cursor As Common) As Boolean
Parameters
- _cursor
- Common
The object to check for equality.
Returns
true if the objects are equal; otherwise, false.
Remarks
This method is overridden. The default implementation of the Object::equal method supports only reference equality. Derived classes can override the Object::equal method to support value equality.