 | ConfigurationCompilerLanguageIsSortUsingCollator Property |
Returns true to indicate to perform locale-independent string comparisons using Collator.
By default this setting is false, i.e. string comparisons use the compare method.
Namespace:
com.espertech.esper.common.client.configuration.compiler
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsSortUsingCollator { get; }
Property Value
Type:
Booleanindicator whether to use Collator for string comparisons
See Also