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

Construct a LessEqualsFilter for testing "Less or Equals" condition.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public LessEqualsFilter(
	IValueExtractor extractor,
	IComparable value
)

Parameters

extractor
Type: Tangosol.Util..::.IValueExtractor
The IValueExtractor to use by this filter.
value
Type: System..::.IComparable
The object to compare the result with.

See Also