cancellation_token の 2 種類のオブジェクトが同じ基本トークンを表すかどうかを判断します。
bool operator==(
const cancellation_token& _Rhs
) const;
パラメーター
- _Rhs
と比較する cancellation_token のオブジェクト。
戻り値
2 種類のオブジェクトが同じ基本トークンを表す場合true 、別の方法で false 。
必要条件
ヘッダー: ppl.h
名前空間: の同時実行
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
cancellation_token の 2 種類のオブジェクトが同じ基本トークンを表すかどうかを判断します。
bool operator==(
const cancellation_token& _Rhs
) const;
2 種類のオブジェクトが同じ基本トークンを表す場合true 、別の方法で false 。
ヘッダー: ppl.h
名前空間: の同時実行