FMX.InertialMovement.TPointD.operator Equality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Equal(const Lhs, Rhs: TPointD): Boolean;

Properties

Type Visibility Source Unit Parent
function public FMX.InertialMovement.pas FMX.InertialMovement TPointD

Description

Tests whether two TPointD objects are equal.

operator Equality tests whether two TPointD records are equal by comparing their X and Y properties. operator Equality returns True if their X properties are equal and their Y properties are equal. Otherwise, it returns False.

See Also