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