Click or drag to resize

ColorHSLInequality Operator

Compares two ColorHSL objects for equality

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

Parameters

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

Return Value

Type: Boolean
True if the objects are equal, false otherwise
See Also