Color.Inequality Operator

Tests whether two specified Color instances are different.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static bool operator !=(
	Color c1,
	Color c2
)

Parameters

c1

Type: Aurigma.GraphicsMill.Color

The Color that is to the left of the inequality operator.
c2

Type: Aurigma.GraphicsMill.Color

The Color that is to the right of the inequality operator.

Return Value

true if the two Color instances are different; otherwise, false.

See Also

Reference