EventToken.Equals(Object) 方法

定义

确定指定的对象是否等于当前的 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

参数

other
Object

将与当前 EventToken 进行比较的对象。

返回

Boolean

如果指定的对象等于当前的,则为 True EventToken

适用于