Click or drag to resize

ConfigurationCompilerLanguageSortUsingCollator Property

Set to true to indicate to perform locale-independent string comparisons using Collator.

Set to false to perform string comparisons via the compare method (the default).

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool SortUsingCollator { get; set; }

Property Value

Type: Boolean
indicator whether to use Collator for string comparisons
See Also