How to test whether a System.Drawing.Color and a System.Windows.Media.Color describe the same colour?
I tried
colour1 == colour2
but I get an error
Operator '==' cannot be applied to operands of type 'System.Drawing.Color' and 'System.Windows.Media.Color