FontsAndColorsCategory.Inequality(FontsAndColorsCategory, FontsAndColorsCategory) Betreiber
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Bestimmt, ob zwei FontsAndColorsCategory-Objekte unterschiedlich sind.
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
Parameter
- first
- FontsAndColorsCategory
Die erste Kategorie.
- second
- FontsAndColorsCategory
Die zweite Kategorie.
Gibt zurück
true, wenn die Objekte unterschiedlich sind, andernfalls false.