CWnd::operator !=

2 つの CWnd オブジェクトが同じ CWnd::hWnd を保持しない場合は、両方のオブジェクトを比較します。

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

パラメーター

  • wnd
    CWnd オブジェクトへの参照。

戻り値

等しい場合は 0 以外を返します。それ以外の場合は 0 を返します。

必要条件

**ヘッダー:**afxwin.h

参照

参照

CWnd クラス

階層図

CWnd::operator ==

概念

CWnd のメンバー