FontsAndColorsCategory::Equals Method (Object^)

 

Determines whether two instances of this class are the same.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The second FontsAndColorsCategory.

Return Value

Type: System::Boolean

true if the two FontsAndColorsCategory objects are the same, false otherwise.

Return to top
Show: