Partager via


FontsAndColorsCategory.Inequality, opérateur

Détermine si deux objets FontsAndColorsCategory sont différents.

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 différents, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

FontsAndColorsCategory Classe

Microsoft.VisualStudio.Editor, espace de noms