System.Types.TSizeF.operator Inequality
Delphi
class operator Equal(const Lhs, Rhs: TSizeF): Boolean;
class operator NotEqual(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 unequal, by comparing their cx and cy values.
It returns the Boolean value True if at least one of their cx or cy properties are unequal. Otherwise, it returns False.