System.Types.TPoint.operator ==

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool operator ==(const TPoint& pt) const _ALWAYS_INLINE {

Properties

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

Description

Tests whether two points are equal.

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

Two points are equal if they have the same location.

See Also