GraphCategory::Equals Method (Object^)

 

Determines of a passed in category is equivalent to this one

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The category to compare against

Return Value

Type: System::Boolean

True if the categories are the same, false otherwise

Graph category identity is the Id.

Return to top
Show: