DataKey.Equals(DataKey) Méthode

Définition

Détermine si le tableau DataKey spécifié est égal à la clé de données actuelle.

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

Paramètres

other
DataKey

Objet DataKey à comparer au DataKey en cours. .

Retours

true si l'objet actuel est égal au paramètre other ; sinon, false.

Implémente

S’applique à