Click or drag to resize

LikeFilterIsMatch Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual bool IsMatch(
	string value
)

Parameters

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

Return Value

Type: Boolean
true if the passed string value is LIKE this filter's pattern.
See Also