cancellation_token_source::operator!= Operator

Determines whether two cancellation_token_source objects represent two different token sources.

bool operator!=(
   const cancellation_token_source& _Rhs
) const;

Parameters

  • _Rhs
    The cancellation_token_source object to compare with.

Return Value

true if the two objects represent different underlying token sources, false otherwise.

Requirements

Header: ppl.h

Namespace: concurrency

See Also

Reference

cancellation_token_source Class