Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CSize::operator!=
CSize                                       Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  BOOL operator!=( SIZE size ) const;
 
  Parameter   Description
 
  <size>      A Windows SIZE structure.
 
  Remarks
 
  Checks for inequality between two sizes.
 
  Return Value
 
  TRUE if the sizes are not equal; otherwise FALSE.
 
 
                                     -♦-