GenericPair<TValue1,TValue2>.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.
Détermine si deux objets GenericPair<TValue1,TValue2> sont égaux.
public:
override bool Equals(System::Object ^ _Right_arg);
public override bool Equals (object _Right_arg);
override this.Equals : obj -> bool
Public Overrides Function Equals (_Right_arg As Object) As Boolean
Paramètres
- _Right_arg
- Object
Objet GenericPair<TValue1,TValue2> à comparer à l’objet GenericPair<TValue1,TValue2> actuel.
Retours
true
si les deux objets GenericPair<TValue1,TValue2> sont égaux ; sinon, false
.
Remarques
Pour plus d’informations, consultez operator== (paire) (STL/CLR).