Table of Contents

Operator operator !=

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

operator !=(Color, Color)

Tests whether Color and Color structures are different.

public static bool operator !=(Color left, Color right)

Parameters

left Color
right Color

Returns

bool

operator !=(Color, Color)

Tests whether Color and Color structures are different.

public static bool operator !=(Color left, Color right)

Parameters

left Color
right Color

Returns

bool

operator !=(Color?, Color?)

Tests whether two specified Color structures are different.

public static bool operator !=(Color? left, Color? right)

Parameters

left Color

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

right Color

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

Returns

bool

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