System.Types.TSize.operator !=

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool operator !=(const TSize& ts) const _ALWAYS_INLINE {

Properties

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

Description

Tests whether two TSize objects are unequal.

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

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