Share via


Clause.Relationship Method

Definition

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.

Applies to