Table of Contents

ARGB.Equality Operator

Adapts the = operator so it returns true when both instances have the same values.

Syntax

Unit: FlexCel.Core

class operator ARGB.Equality(const a: TUIColor; const b: TUIColor): Boolean; overload;

Parameters

<-> Parameter Type Description
const a TUIColor
const b TUIColor

See also