共用方式為


PropertyIdentifier.Equals 方法 (PropertyIdentifier)

判斷指定的 PropertyIdentifier 與目前的 PropertyIdentifier 是否相等。

命名空間:  Microsoft.Windows.Design.Metadata
組件:  Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)

語法

'宣告
Public Function Equals ( _
    other As PropertyIdentifier _
) As Boolean
public bool Equals(
    PropertyIdentifier other
)
public:
virtual bool Equals(
    PropertyIdentifier other
) sealed
abstract Equals : 
        other:PropertyIdentifier -> bool 
override Equals : 
        other:PropertyIdentifier -> bool 
public final function Equals(
    other : PropertyIdentifier
) : boolean

參數

傳回值

型別:System.Boolean
如果指定的 PropertyIdentifier 和目前的 PropertyIdentifier 相等,則為 true,否則為 false。

實作

IEquatable<T>.Equals(T)

.NET Framework 安全性

請參閱

參考

PropertyIdentifier 結構

Equals 多載

Microsoft.Windows.Design.Metadata 命名空間