FontsAndColorsCategory.Inequality(FontsAndColorsCategory, FontsAndColorsCategory) Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se dois FontsAndColorsCategory objetos são diferentes.
public:
static bool operator !=(Microsoft::VisualStudio::Editor::FontsAndColorsCategory ^ first, Microsoft::VisualStudio::Editor::FontsAndColorsCategory ^ second);
static bool operator !=(Microsoft::VisualStudio::Editor::FontsAndColorsCategory const & first, Microsoft::VisualStudio::Editor::FontsAndColorsCategory const & second);
public static bool operator != (Microsoft.VisualStudio.Editor.FontsAndColorsCategory first, Microsoft.VisualStudio.Editor.FontsAndColorsCategory second);
static member op_Inequality : Microsoft.VisualStudio.Editor.FontsAndColorsCategory * Microsoft.VisualStudio.Editor.FontsAndColorsCategory -> bool
Public Shared Operator != (first As FontsAndColorsCategory, second As FontsAndColorsCategory) As Boolean
Parâmetros
- first
- FontsAndColorsCategory
A primeira categoria.
- second
- FontsAndColorsCategory
A segunda categoria.
Retornos
true se os objetos forem diferentes, caso contrário, false.