Table of Contents

TFormula.Equality Operator

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

Syntax

Unit: FlexCel.Core

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

Parameters

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

See also