System.Types.TSmallPoint.operator ==

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

Tests whether two TSmallPoint objects are equal.

It returns True if the TSmallPoint objects are equal. Otherwise, it returns False.

Note: Two TSmallPoint objects are equal if they have the same location.

See Also