HStringReference::Operator!=, opérateur
Indique si les deux paramètres ne sont pas égaux.
inline bool operator==(
const HStringReference& lhs,
const HSTRING& rhs) throw()
inline bool operator!=(
const HStringReference& lhs,
const HStringReference& rhs) throw()
inline bool operator!=(
const HSTRING& lhs,
const HStringReference& rhs) throw()
inline bool operator!=(
const HStringReference& lhs,
const HSTRING& rhs) throw()
Paramètres
lhs
Le premier paramètre à comparer. lhs peut être un objet HStringReference, ou un handle HSTRING.rhs
Le deuxième paramètre à comparer.rhs peut être un objet HStringReference ou un gestionnaire HSTRING.
Valeur de retour
true si les paramètres lhs et rhs ne sont pas égaux ; sinon, false.
Configuration requise
En-tête : corewrappers.h
Espace de noms : Microsoft::WRL::Wrappers