accelerator_view::operator== 演算子
それらが同じである場合 accelerator_view オブジェクトを個別に比較し、true ;を返します それ以外の場合、戻り false。
bool operator==(
const accelerator_view &_Other
) const;
パラメーター
- _Other
この 1 と比較する accelerator_view オブジェクト。
戻り値
2 種類のオブジェクトが同じである場合true ; それ以外の場合は false。
必要条件
ヘッダー: amprt.h
名前空間: Concurrency