Comparison operators can be used to compare values in mathematical terms.
Operator Purpose Notation
> Greater Than In-fix
< Less Than In-fix
>= Greater Than or Equal To In-fix
<= Less Than or Equal To In-fix
== Equal To In-fix
!= Not Equal To In-fix
is Equal To (Identity) In-fix
is not Not Equal To (Identity) In-fix