Identical / Not equal / Not identical / Greater than / Less than / Greater than or equal to / Less than or equal to
++True if x is equal to y, and they are of same type++
True if x is not equal to y
True if x is not equal to y, or they are not of same type
True if x is greater than y
True if x is less than y
True if x is greater than or equal to y
True if x is less than or equal to y