DataRowView.Equals(Object) 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.
Obtient une valeur indiquant si le courant DataRowView est identique à l’objet spécifié.
public:
override bool Equals(System::Object ^ other);
public override bool Equals(object? other);
public override bool Equals(object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean
Paramètres
Retours
true s’il other s’agit d’un DataRowView élément et retourne la même ligne que le courant DataRowView; sinon false.
Remarques
Cette méthode vérifie l’égalité de référence au lieu de vérifier si elle est équivalente ou DataView nonRow.