GraphNodeCollection.Contains(GraphNode) Method

Definition

Determines if the given node is in this collection

public:
 virtual bool Contains(Microsoft::VisualStudio::GraphModel::GraphNode ^ item);
public bool Contains (Microsoft.VisualStudio.GraphModel.GraphNode item);
abstract member Contains : Microsoft.VisualStudio.GraphModel.GraphNode -> bool
override this.Contains : Microsoft.VisualStudio.GraphModel.GraphNode -> bool
Public Function Contains (item As GraphNode) As Boolean

Parameters

item
GraphNode

The Node to search for

Returns

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

Implements

Applies to