CWnd::operator ==

比较两 CWnd 对象确定它们是否具有相同的 m_hWnd

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

参数

  • wnd
    CWnd 对象的引用。

返回值

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

要求

Header: afxwin.h

请参见

参考

CWnd 类

层次结构图

CWnd::operator! =