Table of Contents

Method EqualARGB

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

EqualARGB(Color)

Indicates whether ARGB of this color is equal to ARGB of another color.

public bool EqualARGB(Color other)

Parameters

other Color

A Color to compare with this color.

Returns

bool

true if ARGB of the colors are equal; otherwise, false.