KeyAttributePair<T>.Equals, méthode
Détermine si l'KeyAttributePair<T> spécifié est égal à l'KeyAttributePair<T> en cours.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
public override bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj:Object -> bool
override Equals :
obj:Object -> bool
public override function Equals(
obj : Object
) : boolean
Paramètres
- obj
Type : System.Object
KeyAttributePair<T> à comparer avec le KeyAttributePair<T> actuel.
Valeur de retour
Type : System.Boolean
true si le KeyAttributePair<T> spécifié est égal au KeyAttributePair<T> actuel ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms