Beispiel #1
0
 private static LookupValueComparer CreateLookupComparer(ValueEval lookupValue, bool matchExact)
 {
     return(LookupUtils.CreateLookupComparer(lookupValue, matchExact, true));
 }