BOOL operator !=( const RECT& rect ) const;
rect
Refers to a source rectangle.
Determines if rect is not equal to CRect by comparing the coordinates of their upper-left and lower-right corners.
TRUE if not equal; otherwise FALSE.
CRect::operator ==