FontsAndColorsCategory.Inequality(FontsAndColorsCategory, FontsAndColorsCategory) Operador

Definição

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

Boolean

true se os objetos forem diferentes, caso contrário, false.

Aplica-se a