次の方法で共有


accelerator_view::operator!= 演算子

それらが同じである場合 accelerator_view オブジェクトを個別に比較し、false ;を返します それ以外の場合、戻り true。

bool operator!=(
   const accelerator_view &_Other
                    
) const;

パラメーター

  • _Other
    この 1 と比較する accelerator_view オブジェクト。

戻り値

2 種類のオブジェクトが同じである場合false ; それ以外の場合は true。

必要条件

ヘッダー: amprt.h

名前空間: Concurrency

参照

関連項目

accelerator_view クラス