Click or drag to resize

IStringDictionaryVIsCaseSensitive Property

Gets a value indicating whether the keys for the dictionary are case sensitive.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
bool IsCaseSensitive { get; }

Property Value

Type: Boolean
true if this instance is case sensitive; otherwise, false.
See Also