System.Types.TSizeF.operator Equality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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.

See Also