Node.Relationship(Node) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identify the relationship between two nodes.
public AdaptiveExpressions.TriggerTrees.RelationshipType Relationship (AdaptiveExpressions.TriggerTrees.Node other);
member this.Relationship : AdaptiveExpressions.TriggerTrees.Node -> AdaptiveExpressions.TriggerTrees.RelationshipType
Public Function Relationship (other As Node) As RelationshipType
Parameters
- other
- Node
Node to compare against.
Returns
Relationship between this node and the other.