CRect::operator !=

Syntax

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

Parameters

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 ==