System.Types.TSize.operator !=

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

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

Propriétés

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

Description

Teste si deux objets TSize sont inégaux.

Elle renvoie True s'ils sont inégaux, et False sinon.

Deux objets TSize sont inégaux s'ils ont des largeurs ou des hauteurs différentes.