CPoint::operator ==

Syntax

BOOL operator ==( POINT point ) const;

Parameters

point

Contains a POINT or CPoint.

Remarks

Checks for equality between two points.

Return Value

TRUE if the points are equal; otherwise FALSE.