DataKey.Equals(DataKey) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Retours
true si l'objet actuel est égal au paramètre other ; sinon, false.