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 unequal.

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

Two TSizeF objects are unequal if they have different widths or heights.