 | CompareListExpression Constructor (Boolean, String) |
Ctor.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic CompareListExpression(
bool all,
string operator
)
Parameters
- all
- Type: SystemBoolean
is all, false if any - operator
- Type: SystemString
=, !=, <, >, <=, >=, <>
See Also