Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CPoint::operator!=
CPoint                                      Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  BOOL operator !=( POINT point ) const;
 
  Parameter   Description
 
  <point>     Contains a POINT or CPoint.
 
  Remarks
 
  Checks for inequality between two points.
 
  Return Value
 
  TRUE if the points are not equal; otherwise FALSE.
 
 
                                     -♦-