Table of Contents

TFlxFont.Equality Operator

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

Syntax

Unit: FlexCel.Core

class operator TFlxFont.Equality(const o1: TFlxFont; const o2: TFlxFont): Boolean; overload;

Parameters

<-> Parameter Type Description
const o1 TFlxFont
const o2 TFlxFont

See also