Click or drag to resize

ColorCMYKInequality Operator

Compares two colors for inequality

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool operator !=(
	ColorCMYK color1,
	ColorCMYK color2
)

Parameters

color1
Type: Eto.DrawingColorCMYK
First color to compare
color2
Type: Eto.DrawingColorCMYK
Second color to compare

Return Value

Type: Boolean
true if the two colors are not equal, false otherwise
See Also