Children<TNode>.Contains Method
Definition
Determines if the specified node is in the collection or not.
public bool Contains(TNode node);
Parameters
Name | Type | Description |
---|---|---|
node | TNode | The node to check. |
Returns
true
if node
is in the collection, false
otherwise.
Last modified: 22 November 2024