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 unequal.

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

Note: Two TSmallPoint objects are unequal if they have different locations.

See Also