Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Check whether or not the filter is case incensitive.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
[ObsoleteAttribute("As of Coherence 3.4 this property is replaced with IgnoreCase")]
public virtual bool IsIgnoreCase { get; }

Field Value

true if case insensitivity is specifically enabled.

See Also