System.Types.TPointF.operator Equality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Equal(const APoint1, APoint2: TPointF): Boolean;

Properties

Type Visibility Source Unit Parent
function public System.Types.pas System.Types TPointF

Description

Tests whether two TPointF objects are equal.

operator Equality tests whether two TPointF records are equal by comparing their X and Y values. It returns the Boolean value True if their X properties are equal and their Y properties are equal. Otherwise, it returns False.

See Also