CWnd::operator ==

Compares two CWnd objects to determine if they have the same m_hWnd.

BOOL operator==(
   const CWnd& wnd 
) const;

Параметры

  • wnd
    A reference to a CWnd object.

Возвращаемое значение

Nonzero if equal; otherwise 0.

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart

CWnd::operator !=