FontsAndColorsCategory.Equality Operator

Definition

Determines whether two FontsAndColorsCategory objects are the same.

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 ( = ) : Microsoft.VisualStudio.Editor.FontsAndColorsCategory * Microsoft.VisualStudio.Editor.FontsAndColorsCategory -> bool
Public Shared Operator == (first As FontsAndColorsCategory, second As FontsAndColorsCategory) As Boolean

Parameters

first
FontsAndColorsCategory

The first category.

second
FontsAndColorsCategory

The second category.

Returns

true if the objects are the same, otherwise false.

Applies to