다음을 통해 공유


cancellation_token::operator== 연산자

두 여부를 결정 합니다. cancellation_token 개체는 동일한 기본 토큰을 나타냅니다.

bool operator==(
   const cancellation_token& _Rhs
) const;

매개 변수

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

반환 값

true두 개체가 동일한 기본 토큰을 나타내는 경우 false 그렇지.

요구 사항

헤더: ppl.h

네임 스페이스: 동시성

참고 항목

참조

cancellation_token 클래스