Table of Contents

TUISize.Equality Operator

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

Syntax

Unit: FlexCel.Core

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

Parameters

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

See also