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 égaux.

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

Remarque : Deux objets TSmallPoint sont égaux s'ils ont le même emplacement.

Voir aussi