AttachedPropertyBrowsableForTypeAttribute.Equals(Object) 方法

定义

确定当前 AttachedPropertyBrowsableForTypeAttribute .NET Framework 属性是否等于指定对象。

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

参数

返回

true 如果指定的 AttachedPropertyBrowsableForTypeAttribute 值等于当前 AttachedPropertyBrowsableForTypeAttribute,则为 ;否则为 false

注解

此实现支持此 .NET Framework 属性公开的一个可能的可设置值的值相等,TargetType

适用于