Iteratively checks the entire tree if a supplied Node is the child of any of the other given Node's parents.
Namespace: TreePlusSilverlightAssembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- successor
- Type: TreePlusSilverlight.Graph Node
The node you want to check for its predecessor.
- predecessor
- Type: TreePlusSilverlight.Graph Node
The node that should be checked against.
Return Value
Returns true if the predecessor is a child of any of the successor parents, false otherwise.See Also