HString::Operator==, opérateur
Indique si les deux paramètres sont égaux.
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()
Paramètres
lhs
Le premier paramètre à comparer.lhs peut être un objet HString ou un objet HStringReference, ou encore un handle HSTRING.rhs
Le deuxième paramètre à comparer.rhs peut être un objet HString ou un objet HStringReference, ou encore un handle HSTRING.
Valeur de retour
true si les paramètres lhs et rhs sont égaux ; sinon, false.
Configuration requise
En-tête: corewrappers.h
Espace de noms: Microsoft::WRL::Wrappers