Community
Participate
Working Groups
Implement all comparison operators for all types
This is mostly working. One thing I know isn't done are comparisons with nullable variables. When an operand of a comparison is a null variable, the comparison's result should be false (unless you're comparing the variable with null itself).
Closing. Comparisons with nullable variables will throw an exception if their input is null.