System.Types.TSmallPoint.operator !=

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

bool operator !=(const TSmallPoint& sp) const _ALWAYS_INLINE {

Propriétés

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

Description

Teste si deux objets TSmallPoint sont inégaux.

Elle renvoie True si les objets TSmallPoint sont inégaux. Sinon, elle renvoie False.

Remarque : Deux objets TSmallPoint sont inégaux s'ils ont des emplacements différents.

Voir aussi