Skip to content
On this page

TreeNode<T>.hasEqualTree

checks if node is in the same tree with provided id.

Parameters

idSymbol: The id of the tree to check.

Returns

boolean

True if the node is in the tree, false otherwise.