Share via


EventToken.Equals(Object) Method

Definition

Determines whether the specified object is equal to the current EventToken.

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

Parameters

other
Object

The object to compare with the current EventToken.

Returns

True if the specified object is equal to the current EventToken.

Applies to