次の方法で共有


cancellation_token_registration::operator== 演算子

cancellation_token_registration の 2 種類のオブジェクトが同じキャンセル トークンの登録を表すかどうかを判断します。

bool operator==(
   const cancellation_token_registration& _Rhs
) const;

パラメーター

  • _Rhs
    と比較する cancellation_token_registration のオブジェクト。

戻り値

2 種類のオブジェクトが同じトークン登録を表す場合true 、別の方法で false

必要条件

ヘッダー: ppl.h

名前空間: の同時実行

参照

関連項目

cancellation_token_registration クラス