Condividi tramite


Operatore FontsAndColorsCategory.Equality

determina se due FontsAndColorsCategory gli oggetti sono uguali.

Spazio dei nomi:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Sintassi

'Dichiarazione
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 non supporta gli operatori di overload.

Parametri

Valore restituito

Tipo: Boolean
true se gli oggetti sono uguali; in caso contrario false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FontsAndColorsCategory Classe

Spazio dei nomi Microsoft.VisualStudio.Editor