[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns true for range operator, false if not a range operator.

Namespace: net.esper.filter
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function IsRangeOperator ( _
	op As FilterOperator _
) As Boolean
C#
public static bool IsRangeOperator (
	FilterOperator op
)
Visual C++
public:
static bool IsRangeOperator (
	FilterOperator op
)

Parameters

op
net.esper.filter.FilterOperator

Return Value

true for ranges, false for anyting else