CRect::operator !=

Use this operator to determine whether rect is not equal to the CRect object by comparing the coordinates of their upper-left and lower-right corners.

BOOL operator !=( const RECT& rect ) const;

At a Glance

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

See Also

CRect Overview, CRect Operators, Simple Value Types, CRect::operator ==, CRect::NormalizeRect