GraphNodeCollection::Contains Method (GraphNode^)

 

Determines if the given node is in this collection

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

public:
virtual bool Contains(
	GraphNode^ item
) sealed

Parameters

item
Type: Microsoft.VisualStudio.GraphModel::GraphNode^

The node to search for

Return Value

Type: System::Boolean

True if the given node is in this collection, false otherwise

Return to top
Show: