共用方式為


CWnd::operator! =

比較兩個物件 CWnd 判斷它們是否沒有相同的 m_hWnd

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

參數

  • wnd
    CWnd 物件的參考。

傳回值

如果等於,則為非零,則為 0。

需求

Header: afxwin.h

請參閱

參考

CWnd 類別

階層架構圖

CWnd::operator ==