Condividi tramite


Operatore FontsAndColorsCategory.Inequality

determina se due FontsAndColorsCategory gli oggetti sono diversi.

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 diversi, altrimenti false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FontsAndColorsCategory Classe

Spazio dei nomi Microsoft.VisualStudio.Editor