Click or drag to resize

ColorInequality Operator

Compares two Color structs for inequality

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

Parameters

color1
Type: Eto.DrawingColor
The first Color struct to compare
color2
Type: Eto.DrawingColor
The second Color struct to compare

Return Value

Type: Boolean
True if the Color structs have a differing value for any of the ARGB components
See Also