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