Table of Contents

Operator operator ==

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

operator ==(Color?, Color?)

Tests whether two specified Color structures are equivalent.

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

Parameters

left Color

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

right Color

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

Returns

bool

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

operator ==(Color, Color)

Tests whether Color and Color structures are equivalent.

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 equivalent.

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

Parameters

left Color
right Color

Returns

bool