String Comparison and Culture

All widgets and components use UtilitiesCompare to compare strings. You can change comparison settings with the following fields:

  • UtilitiesCompare.Culture CultureInfo

    Culture used to compare strings, by default used CultureInfo.InvariantCulture.

  • UtilitiesCompare.OptionsCaseSensitive CompareOptions

    Options to compare strings with case sensitive.

  • UtilitiesCompare.OptionsCaseIgnore CompareOptions

    Options to compare strings with case ignore.