Table of Contents

ARGB.Inequality Operator

Adapts the <> operator so it returns true when both instances have different values.

Syntax

Unit: FlexCel.Core

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

Parameters

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

See also