Partager via


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

Valeur de retour

Type : Boolean
true si les objets sont identiques ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

FontsAndColorsCategory Classe

Microsoft.VisualStudio.Editor, espace de noms