Table of Contents

TUIPointF.Equality Operator

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

Syntax

Unit: FlexCel.Core

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

Parameters

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

See also