System.Types.TSizeF.operator Equality
Delphi
constructor Create(const X, Y: Single); overload;
class operator Equal(const Lhs, Rhs: TSizeF): Boolean;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Types.pas | System.Types | TSizeF |
Description
Tests whether two TSizeF records are equal, by comparing their cx and cy values.
It returns the Boolean value True if their cx properties are equal and their cy properties are equal. Otherwise, it returns False.