CWnd::operator !=

比较两 CWnd 对象确定他们是否具有不同 m_hWnd

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

参数

  • wnd
    CWnd 对象的引用。

返回值

非零,如果相等;否则为0。

要求

Header: afxwin.h

请参见

参考

CWnd 类

层次结构图

CWnd::operator ==