FontsAndColorsCategory.Equality, opérateur
Détermine si deux objets FontsAndColorsCategory sont identiques.
Espace de noms : Microsoft.VisualStudio.Editor
Assembly : Microsoft.VisualStudio.Editor (dans Microsoft.VisualStudio.Editor.dll)
Syntaxe
'Déclaration
Public Shared Operator = ( _
first As FontsAndColorsCategory, _
second As FontsAndColorsCategory _
) As Boolean
public static bool operator ==(
FontsAndColorsCategory first,
FontsAndColorsCategory second
)
public:
static bool operator ==(
FontsAndColorsCategory^ first,
FontsAndColorsCategory^ second
)
static let inline(=)
first:FontsAndColorsCategory *
second:FontsAndColorsCategory : bool
JScript ne prend pas en charge les opérateurs surchargés.
Paramètres
first
Type : Microsoft.VisualStudio.Editor.FontsAndColorsCategoryLa première catégorie.
second
Type : Microsoft.VisualStudio.Editor.FontsAndColorsCategoryLa deuxième catégorie.
Valeur de retour
Type : Boolean
true si les objets sont identiques ; 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.