Operator operator !=
operator !=(Color, Color)
public static bool operator !=(Color left, Color right)
Parameters
Returns
operator !=(Color, Color)
public static bool operator !=(Color left, Color right)
Parameters
Returns
operator !=(Color?, Color?)
Tests whether two specified Color structures are different.
public static bool operator !=(Color? left, Color? right)
Parameters
left
ColorThe Color that is to the left of the inequality operator.
right
ColorThe Color that is to the right of the inequality operator.