Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether two cancellation_token_registration objects represent the same cancellation token registration.
bool operator==(
const cancellation_token_registration& _Rhs
) const;
Parameters
- _Rhs
The cancellation_token_registration object to compare with.
Return Value
true if the two objects represent the same token registration, false otherwise.
Requirements
Header: ppl.h
Namespace: concurrency