Partager via


HStringReference::Operator==, opérateur

Indique si les deux paramètres sont égaux.

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

Voir aussi

Référence

HStringReference, classe