Partager via


GenericPair<TValue1,TValue2>.Equals(Object) Méthode

Définition

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).

S’applique à