Method HasNode
HasNode(string)
Returns whether the graph contains a node with the specified ID.
public bool HasNode(string id)
Parameters
idstringThe node ID to test.
Returns whether the graph contains a node with the specified ID.
public bool HasNode(string id)
id stringThe node ID to test.