[C#]
static bool operator != (Color left, Color right);
[Visual Basic]
Shared Function Operator != (left As Color, right As Color) As Boolean
None.