FMX.InertialMovement.TRectD.operator Equality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Tests whether two TRectD type rectangles are equal.

operator Equality tests whether the positions of two specified Lhs and Rhs rectangles are equal by comparing the coordinates of their TopLeft and BottomRight corners. operator Equality returns True if the values of their TopLeft properties are equal and the values of their BottomRight properties are equal. Otherwise, it returns False.

See Also