Table of Contents

Method Contains

Namespace
Bonsai.Dag
Assembly
Bonsai.Core.dll

Contains(Node<TNodeValue, TEdgeLabel>)

Determines whether a node is in the directed graph.

public bool Contains(Node<TNodeValue, TEdgeLabel> node)

Parameters

node Node<TNodeValue, TEdgeLabel>

The node to locate in the directed graph.

Returns

bool

true if node is found in the directed graph; otherwise, false.