CPoint::operator !=

Use this operator to check for inequality between two points.

BOOL operator !=( POINT point ) const;

At a Glance

Header file: Afxwin.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CPoint Overview, CPoint Operators, Simple Value Types, CPoint::Operator ==