GraphNodeIdCollection::Equals Method (Object^)

 

Compares two of these lists to see whether all of the items are equal.

This assumes the items will be in the same order inside the list.

This is a performance optimization, and needed for method arguments, where a different order means a different overload

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 object to compare with

Return Value

Type: System::Boolean

True if the objects are identical, false otherwise

Return to top
Show: