Compartilhar via


Operador FontsAndColorsCategory.Inequality

Determina se dois FontsAndColorsCategory os objetos são diferentes.

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (em Microsoft.VisualStudio.Editor.dll)

Sintaxe

'Declaração
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 não oferece suporte a operadores sobrecarregados.

Parâmetros

Valor de retorno

Tipo: Boolean
true Se os objetos são diferentes, caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

FontsAndColorsCategory Classe

Namespace Microsoft.VisualStudio.Editor