CRect::EqualRect

Call this member function to determine whether two normalized rectangles have the same top, left, bottom, and right values.

Syntax

BOOL EqualRect( LPCRECT lpRect ) const;

At a Glance

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

See Also

CRect Overview, CRect Member Functions, Simple Value Types, CRect::operator ==, CRect::operator !=, CRect::NormalizeRect