KeyAttributePair<T>.Equality, opérateur
Détermine si les instances de KeyAttributePair<T> spécifiées sont considérées comme égales.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Shared Operator = ( _
pair1 As KeyAttributePair(Of T), _
pair2 As KeyAttributePair(Of T) _
) As Boolean
public static bool operator ==(
KeyAttributePair<T> pair1,
KeyAttributePair<T> pair2
)
public:
static bool operator ==(
KeyAttributePair<T> pair1,
KeyAttributePair<T> pair2
)
static let inline (=)
pair1:KeyAttributePair<'T> *
pair2:KeyAttributePair<'T> : bool
JScript ne prend pas en charge les opérateurs surchargés.
Paramètres
- pair1
Type : Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<T>
Premier KeyAttributePair<T> à comparer.
- pair2
Type : Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<T>
Deuxième KeyAttributePair<T> à comparer.
Valeur de retour
Type : System.Boolean
true si first est égal à second ; 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