Click or drag to resize

AxoColorInequality Operator

Determines whether two colors are not equal.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator !=(
	AxoColor x,
	AxoColor y
)

Parameters

x  AxoColor
The first color.
y  AxoColor
The second color.

Return Value

Boolean
if the colors are not equal; otherwise, .
See Also