Not Equal Operator

Usage:

x <> y

Returns:

Returns TRUE if x is not equal to y or FALSE if equal.

Examples:

3 <> 3    // Returns FALSE