cancellation_token_registration::operator== Operator
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