.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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: 14.1.1.1 (14.1.1.1)
Syntaxprotected virtual bool IsMatch(
string value
)
Parameters
- value
- Type: SystemString
The string value to match against this filter's pattern.
Return Value
Type:
Booleantrue if the passed
string value is LIKE this
filter's pattern.
See Also