cancellation_token_registration::operator== 運算子

判斷是否有兩個cancellation_token_registration物件代表相同的取消通知語彙基元的登錄。

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

參數

  • _Rhs
    cancellation_token_registration與相互比較的物件。

傳回值

true如果兩個物件都代表相同的語彙基元登錄false否則。

需求

標頭: ppl.h

Namespace: 並行存取

請參閱

參考

cancellation_token_registration 類別