Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Check whether or not the filter is case incensitive.

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

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