FontsAndColorsCategory::Equality Operator (FontsAndColorsCategory^, FontsAndColorsCategory^)

 

Determines whether two FontsAndColorsCategory objects are the same.

Namespace:   Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

public:
static bool operator ==(
	FontsAndColorsCategory^ first,
	FontsAndColorsCategory^ second
)

Parameters

first
Type: Microsoft.VisualStudio.Editor::FontsAndColorsCategory^

The first category.

second
Type: Microsoft.VisualStudio.Editor::FontsAndColorsCategory^

The second category.

Return Value

Type: System::Boolean

true if the objects are the same, otherwise false.

Return to top
Show: