System.Types.TRectF.operator Equality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Tests whether two rectangles are equal.

Operator Equality returns the Boolean value True if the two rectangles are equal. Otherwise, it returns False.

See Also