Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Check the passed string value to see if it matches the pattern that this filter was constructed with.

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

Syntax

C#
protected internal virtual bool IsMatch(
	string value
)

Parameters

value
Type: System..::..String
The string value to match against this filter's pattern.

Return Value

true if the passed string value is LIKE this filter's pattern.

See Also