AttachedPropertyBrowsableForTypeAttribute.Equals(Object) Méthode

Définition

Détermine si l’attribut .NET Framework actuel AttachedPropertyBrowsableForTypeAttribute est égal à un objet spécifié.

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

Paramètres

Retours

Boolean

true si le AttachedPropertyBrowsableForTypeAttribute spécifié est égal au AttachedPropertyBrowsableForTypeAttribute actuel ; sinon, false.

Remarques

Cette implémentation prend en charge l’égalité des valeurs d’une valeur settable possible exposée par cet attribut .NET Framework, TargetType.

S’applique à