FMX.InertialMovement.TRectD.operator Inequality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Equal(const Lhs, Rhs: TRectD): Boolean;
class operator NotEqual(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 not equal.

operator Inequality tests whether the two specified Lhs and Rhs rectangles, of TRectD type, are not equal by comparing the coordinates of their TopLeft and BottomRight corners. operator Inequality returns True if at least one of these corners is different. Otherwise, it returns False.

See Also