Trigger.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.
Determines the relationship between current instance and another Trigger instance.
public AdaptiveExpressions.TriggerTrees.RelationshipType Relationship (AdaptiveExpressions.TriggerTrees.Trigger other, System.Collections.Generic.Dictionary<string,AdaptiveExpressions.TriggerTrees.IPredicateComparer> comparers);
member this.Relationship : AdaptiveExpressions.TriggerTrees.Trigger * System.Collections.Generic.Dictionary<string, AdaptiveExpressions.TriggerTrees.IPredicateComparer> -> AdaptiveExpressions.TriggerTrees.RelationshipType
Public Function Relationship (other As Trigger, comparers As Dictionary(Of String, IPredicateComparer)) As RelationshipType
Parameters
- other
- Trigger
The other Trigger instance.
- comparers
- Dictionary<String,IPredicateComparer>
The comparer dictionary.
Returns
A RelationshipType value.