Click or drag to resize

CompareListExpression Constructor (Boolean, String)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CompareListExpression(
	bool all,
	string operator
)

Parameters

all
Type: SystemBoolean
is all, false if any
operator
Type: SystemString
=, !=, <, >, <=, >=, <>
See Also