CWnd::operator !=
Compares two CWnd objects to determine if they do not 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