System.Types.TSizeF.operator ==

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool operator ==(const TSizeF& sf) const {

Properties

Type Visibility Source Unit Parent
function public SystemTypes.h System.Types TSizeF

Description

Tests whether two TSizeF objects are equal.

It returns True if they are equal, and False, otherwise.

Two TSizeF objects are equal if they have the same widths and heights.

See Also