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

参数

返回

Boolean

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

注解

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

适用于