TypedReference.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.
Vérifie si cet objet est égal à l'objet spécifié.
public:
override bool Equals(System::Object ^ o);
public override bool Equals (object? o);
public override bool Equals (object o);
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean
Paramètres
- o
- Object
Objet auquel comparer l'objet actuel.
Retours
true
si cet objet est égal à l'objet spécifié ; sinon, false
.
Exceptions
Cette méthode n’est pas implémentée.