◆ Contains()

bool Contains ( Node  nodeToCheck)
Parameters
nodeToCheckA reference to the node to search for
Returns
True if the nodeToCheck exists as a descendant of this node, false otherwise.

References SerializableTreeBase< T >.Node.children, and SerializableTreeBase< T >.Node.Contains().

Referenced by SerializableTreeBase< T >.Node.Contains(), and SerializableTreeBase< T >.Node.SetParent().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: