AttachedPropertyBrowsableForTypeAttribute.Equals(Object) Methode

Definition

Bestimmt, ob das aktuelle AttachedPropertyBrowsableForTypeAttribute .NET Framework-Attribut gleich einem angegebenen Objekt ist.

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

Parameter

obj
Object

Die AttachedPropertyBrowsableForTypeAttribute, die mit der aktuellen AttachedPropertyBrowsableForTypeAttribute verglichen werden soll.

Gibt zurück

true, wenn das angegebene AttachedPropertyBrowsableForTypeAttribute gleich der aktuellen AttachedPropertyBrowsableForTypeAttribute ist, andernfalls false.

Hinweise

Diese Implementierung unterstützt die Wertgleichheit des einen möglichen festlegbaren Werts, der von diesem .NET Framework-Attribut verfügbar gemacht wird. TargetType

Gilt für: