TriggerTree.Comparers Property
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.
Gets a value of a dictionary, which has IPredicateComparer values, with string keys.
public System.Collections.Generic.Dictionary<string,AdaptiveExpressions.TriggerTrees.IPredicateComparer> Comparers { get; }
member this.Comparers : System.Collections.Generic.Dictionary<string, AdaptiveExpressions.TriggerTrees.IPredicateComparer>
Public ReadOnly Property Comparers As Dictionary(Of String, IPredicateComparer)
Property Value
A dictionary of IPredicateComparer values, with string keys.