Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Apply the test to the object.
Namespace:
Tangosol.Util.Filter
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic override bool Evaluate(
Object o
)
Parameters
- o
- Type: SystemObject
An object to which the test is applied.
Return Value
Type:
Booleantrue if the test passes,
false otherwise.
Implements
IFilterEvaluate(Object)
See Also