CPoint::operator !=

Syntax

BOOL operator !=( POINT point ) const;

Parameters

point

Contains a POINT or CPoint.

Remarks

Checks for inequality between two points.

Return Value

TRUE if the points are not equal; otherwise FALSE.