Table of Contents

Operator operator ==

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

operator ==(LightDarkColor?, LightDarkColor?)

Tests whether two specified LightDarkColor structures are equivalent.

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

Parameters

left LightDarkColor

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

right LightDarkColor

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

Returns

bool

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