HString::Operator== İşleci

İki parametre eşit olup olmadığını gösterir.

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()

Parametreler

  • lhs
    Karşılaştırılacak ilk parametre.lhsHString veya HStringReference bir nesneyi veya HSTRING tanıtıcı olabilir.

  • rhs
    Karşılaştırılacak ikinci parametre.rhs HString veya HStringReference bir nesneyi veya HSTRING tanıtıcı olabilir.

Dönüş Değeri

truelhs ve rhs parametreleri eşit; Aksi halde, false.

Gereksinimler

Başlık: corewrappers.h

Namespace: Microsoft::WRL::Wrappers

Ayrıca bkz.

Başvuru

HString Sınıfı