TypeIdentifier.Equals 方法 (TypeIdentifier)

[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]

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

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

语法

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

参数

返回值

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

实现

IEquatable<T>.Equals(T)

.NET Framework 安全性

请参见

参考

TypeIdentifier 结构

Equals 重载

Microsoft.Windows.Design.Metadata 命名空间