GraphNodeIdCollection::Equals Method (Object^)
Visual Studio 2015
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
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- obj
-
Type:
System::Object^
The object to compare with
Show: