Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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

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

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