Dictionary.Constructor(keyComparison As KeyComparisonDelegate)

From Xojo Documentation

Constructor
Dictionary.Constructor(keyComparison As KeyComparisonDelegate)

New in 2019r2

Creates a Dictionary that gives you control over how key uniqueness is determined. For example, you'd use this if you wanted to create case-sensitive keys.