Skip to content

Children<TNode>.Contains Method

Definition

Determines if the specified node is in the collection or not.

public bool Contains(TNode node);

View source

Parameters

Name Type Description
node TNode The node to check.

Returns

Boolean

true if node is in the collection, false otherwise.