Share via


xRecord.equal(Common) Method

Definition

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.

Applies to