다음을 통해 공유


HString::Operator== 연산자

두 매개 변수를 동일한 지 여부를 나타냅니다.

inline bool operator==(
               const HString& lhs, 
               const HString& rhs) throw()

inline bool operator==(
                const HString& lhs, 
                const HStringReference& rhs) throw()

inline bool operator==(
                const HStringReference& lhs, 
                const HString& rhs) throw()

inline bool operator==(
                 const HSTRING& lhs, 
                 const HString& rhs) throw()

inline bool operator==(
                 const HString& lhs, 
                 const HSTRING& rhs) throw()

매개 변수

  • lhs
    비교할 첫 번째 매개 변수입니다.lhsHString 또는 HStringReference 개체 HSTRING 핸들 사용할 수 있습니다.

  • rhs
    비교할 두 번째 매개 변수입니다.rhs HString 또는 HStringReference 개체 HSTRING 핸들을 사용할 수 있습니다.

반환 값

lhs와 rhs 매개 변수가 같으면 true이고, 그렇지 않으면 false입니다.

요구 사항

헤더: corewrappers.h

네임 스페이스: Microsoft::WRL::Wrappers

참고 항목

참조

HString 클래스