Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CRect::operator!=
CRect                                       Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  BOOL operator !=( const RECT& rect ) const;
 
  Parameter   Description
 
  <rect>      Refers to a source rectangle.
 
  Remarks
 
  Determines if <rect> is not equal to CRect by comparing the coordinates
  of their upper-left and lower-right corners.
 
  Return Value
 
  TRUE if not equal; otherwise FALSE.
 
  See Also
 
  CRect::operator ==
 
 
                                     -♦-