Color.RED is Color.RED #True
Color.RED is Color.BLUE #False
Color.BLUE == Color.RED
Color.BLUE != Color.RED
Color.RED < Color.BLUE
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: '<' not supported between instances of 'Color' and 'Color'