确定指定的 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
参数
- other
 类型:Microsoft.Windows.Design.Metadata.TypeIdentifier
 与当前的 TypeIdentifier 进行比较的 TypeIdentifier。
返回值
类型:System.Boolean
如果指定的 TypeIdentifier 等于当前的 TypeIdentifier,则为 true;否则为 false。
实现
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。