cancellation_token_registration::operator!= Operator
Determines whether two cancellation_token_registration objects represent two different cancellation token registrations.
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 two different token registrations, false otherwise.
Requirements
Header: ppl.h
Namespace: concurrency