 | 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
Syntaxbool IsCaseSensitive { get; }
Property Value
Type:
Booleantrue if this instance is case sensitive; otherwise,
false.
See Also