Developing Apama Applications > Apama EPL Reference > Expressions > Relational operators
Relational operators
The relational operators are used to determine the equality, inequality, or relative values of their left and right operands.
CompareExp
The left and right operands must be expressions of the same type and the type must be allowed for that operator. You can use each relational operator on decimal, float, integer, and string types (see Primitive and string types). On boolean types, you can use the = and != relational operators.
The result type of all six relational operators is boolean.
Copyright © Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its Subsidiaries and or/its Affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.