次の方法で共有


accelerator_view::operator!= 演算子

この比較 accelerator_view で別のオブジェクトとfalse場合は、同じ。 返しますそれ以外の場合は、 true。

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

パラメーター

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

戻り値

false2 つのオブジェクトが同じ場合。 それ以外の場合は、 true。

必要条件

ヘッダー: amprt.h

名前空間: Concurrency

参照

関連項目

accelerator_view クラス