Table of Contents

TRTFRun.Equality Operator

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

Syntax

Unit: FlexCel.Core

class operator TRTFRun.Equality(const b1: TRTFRun; const b2: TRTFRun): Boolean; overload;

Parameters

<-> Parameter Type Description
const b1 TRTFRun
const b2 TRTFRun

See also