Clause.Relationship 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.
Compares the current Clause with another Clause.
public AdaptiveExpressions.TriggerTrees.RelationshipType Relationship (AdaptiveExpressions.TriggerTrees.Clause other, System.Collections.Generic.Dictionary<string,AdaptiveExpressions.TriggerTrees.IPredicateComparer> comparers);
member this.Relationship : AdaptiveExpressions.TriggerTrees.Clause * System.Collections.Generic.Dictionary<string, AdaptiveExpressions.TriggerTrees.IPredicateComparer> -> AdaptiveExpressions.TriggerTrees.RelationshipType
Public Function Relationship (other As Clause, comparers As Dictionary(Of String, IPredicateComparer)) As RelationshipType
Parameters
- other
- Clause
The other Clause to compare.
- comparers
- Dictionary<String,IPredicateComparer>
A comparer, which is a dictionary of IPredicateComparer with string keys.
Returns
A RelationshipType value between two Clause instances.