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