다음을 통해 공유


cancellation_token_source::operator!= 연산자

두 여부를 결정 합니다. cancellation_token_source 두 개의 서로 다른 토큰 소스 개체를 나타냅니다.

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

매개 변수

  • _Rhs
    cancellation_token_source 와 비교할 개체입니다.

반환 값

true두 개체가 다른 기본 토큰 원본을 나타내는 경우 false 그렇지.

요구 사항

헤더: ppl.h

네임 스페이스: 동시성

참고 항목

참조

cancellation_token_source 클래스