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

Check if an entry, expressed as a key and value, passes the filter evaulation.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static bool EvaluateEntry(
	IFilter filter,
	Object key,
	Object value
)

Parameters

filter
Type: Tangosol.Util..::.IFilter
The filter to evaluate against.
key
Type: System..::.Object
The key for the entry.
value
Type: System..::.Object
The value for the entry.

Return Value

true if the entry passes the filter, false otherwise.

See Also