Table of Contents

Operator operator !=

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

operator !=(LightDarkColor?, LightDarkColor?)

Tests whether two specified LightDarkColor structures are different.

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

Parameters

left LightDarkColor

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

right LightDarkColor

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

Returns

bool

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