Sdílet prostřednictvím


GenericPair<TValue1,TValue2>.Equals(Object) Metoda

Definice

Určuje, jestli jsou dva GenericPair<TValue1,TValue2> objekty stejné.

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

Parametry

_Right_arg
Object

Objekt GenericPair<TValue1,TValue2> , který chcete porovnat s aktuálním GenericPair<TValue1,TValue2> objektem.

Návraty

Hodnota true, pokud jsou objekty GenericPair<TValue1,TValue2> stejné, jinak hodnota false.

Poznámky

Další informace najdete v tématu operator== (pair) (STL/CLR).

Platí pro