EventIdentifier.Equals 方法 (EventIdentifier)

确定指定的 EventIdentifier 是否等于当前的 EventIdentifier

命名空间:  Microsoft.Windows.Design.Metadata
程序集:  Microsoft.Windows.Design.Extensibility(在 Microsoft.Windows.Design.Extensibility.dll 中)

语法

声明
Public Function Equals ( _
    other As EventIdentifier _
) As Boolean
public bool Equals(
    EventIdentifier other
)
public:
virtual bool Equals(
    EventIdentifier other
) sealed
abstract Equals : 
        other:EventIdentifier -> bool 
override Equals : 
        other:EventIdentifier -> bool 
public final function Equals(
    other : EventIdentifier
) : boolean

参数

返回值

类型:System.Boolean
如果指定的 EventIdentifier 等于当前的 EventIdentifier,则为 true;否则为 false。

实现

IEquatable<T>.Equals(T)

.NET Framework 安全性

请参见

参考

EventIdentifier 结构

Equals 重载

Microsoft.Windows.Design.Metadata 命名空间