DataKey.Equals(DataKey) Method

Definition

Determines whether the specified DataKey array is equal to the current data key.

public:
 virtual bool Equals(System::Web::UI::WebControls::DataKey ^ other);
public bool Equals (System.Web.UI.WebControls.DataKey other);
override this.Equals : System.Web.UI.WebControls.DataKey -> bool
Public Function Equals (other As DataKey) As Boolean

Parameters

other
DataKey

The DataKey object to compare to the current DataKey. object.

Returns

true if the current object is equal to the other parameter; otherwise, false.

Implements

Applies to