This document lists the update to the EARL Reference Guide, section 1.6.2 Logical Expressions- refers to logical expression operators.
Operator Can be one of the following
= equal to
> greater than
< less than
>= greater than or equal to
<= less than or equal to
NOT = NOT equal to
NOT > NOT greater than
NOT < NOT less than
NOT >= NOT greater than or equal to
NOT <= NOT less than or equal to