Table of Contents

Operator operator ==

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Core.dll

operator ==(ManagedColor?, ManagedColor?)

Compares two ManagedColors for equality. ManagedColor instances are considered to be equal if they have the same raw color value and are using the same IColorContext.

public static bool operator ==(ManagedColor? color1, ManagedColor? color2)

Parameters

color1 ManagedColor
color2 ManagedColor

Returns

bool