This topic has not yet been rated - Rate this topic

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.