Description
Returns True if the specified expression is True for any sibling of the current node.
Syntax
HasSiblingWith(Expression:Boolean):Boolean
Example
HasSiblingWith(PropValue(Leaf))
If any of the children are leaves, then the return value is True.