Top
Interstage Big DataComplex Event Processing Server V1.1.0 Developer's Reference
FUJITSU Software

2.4.7 Comparison Operators

Comparison operators that can be used in condition expressions are listed in the following table.

Comparison operator

Search type

Explanation

=

Partial match (*1)

TRUE if the search keyword is included in the element value

!=

TRUE if the search keyword is not included in the

element value

==

Complete match

TRUE if the search keyword and the element value

exactly match

!==

TRUE even if a portion of the search keyword differs

from the element value

<

<=

>

>=

Size comparison

Compares the size of the search keyword and the element value

*1: If the keyword is a numeric value, it will exactly match.