Method Contains
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.