Share via


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

如果指定的 AttachedPropertyBrowsableForTypeAttribute 和目前的 AttachedPropertyBrowsableForTypeAttribute 相等,則為 true;否則為 false

備註

這個實作支援這個.NET Framework屬性所公開之一個可能可設定值的值相等。 TargetType

適用於