Class SBDDataGraphNode::HasOneOf#
This node predicate returns true if the node is an ancestor of a node in a given node indexerMore...
Detailed Description#
This node predicate returns true if the node is an ancestor of a node in a given node indexer.
Parameters:
argument0The node indexer containing the nodes to check ancestry against.
Returns:
true if the node is an ancestor of any node in the given node indexer, otherwise false.
See also: Node predicates