EventToken.Equals(Object) Méthode

Définition

Détermine si l'objet spécifié est égal au EventToken en cours.

public:
 override bool Equals(System::Object ^ other);
public:
 override bool Equals(Platform::Object ^ other);
 override bool Equals(winrt::Windows::Foundation::IInspectable const & other);
public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

Paramètres

other
Object

Objet à comparer au EventToken actif.

Retours

Boolean

True si l'objet spécifié est égal au EventToken en cours.

S’applique à