Logical Operators
EQ operator (Equals)
NE operator (Not Equals)
GT operator (Greater Than)
GE operator (Greater Than or Equal)
LT operator (Less Than)
LE operator (Less Than or Equal)
Not sure of these ones as Launch API docs mentions using commas and operator (And) or operator (Or) not operator (Not)