GraphNodeCollection.Contains(GraphNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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