共用方式為


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 命名空間