Condividi tramite


Operatore HString::Operator==

Indica se i due paramentri non sono uguali.

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

Parametri

  • lhs
    Il primo parametro da confrontare.lhs può essere un oggetto HStringReference o HString o un handle HSTRING.

  • rhs
    Il secondo parametro da confrontare.rhs può essere un oggetto di HStringReference o di HString, o un handle di HSTRING.

Valore restituito

true se i parametri lhs e rhs sono equivalenti. In caso contrario, false.

Requisiti

Header: corewrappers.h

Namespace: Microsoft::WRL::Wrappers

Vedere anche

Riferimenti

Classe HString