Method Contains
Contains(T)
Determines whether the collection contains a node.
public bool Contains(T item)
Parameters
itemTThe node to look for.
Determines whether the collection contains a node.
public bool Contains(T item)
item TThe node to look for.