Table of Contents

TAddress.Equality Operator

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

Syntax

Unit: FlexCel.Core

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

Parameters

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

See also