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

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: 3.7.1.23 (3.7.1.23)

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