EqualsFilter Constructor (IValueExtractor, Object) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct an EqualsFilter for testing equality.
Namespace:
Tangosol.Util.Filter
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic EqualsFilter(
IValueExtractor extractor,
Object value
)
Parameters
- extractor
- Type: Tangosol.UtilIValueExtractor
The IValueExtractor to use by this filter.
- value
- Type: SystemObject
The object to compare the result with.
See Also