Color.op_Inequality

Color Inequality operator

Tests whether two specified Color structures are different.

public static bool operator !=(Color left, Color right)
ParameterTypeDescription
leftColorThe Color that is to the left of the inequality operator.
rightColorThe Color that is to the right of the inequality operator.

Return Value

True if the two Color structures are different; otherwise, false.

See Also