Sdílet prostřednictvím


HStringReference::Operator!= – operátor

Určuje, zda se tyto dva parametry nerovnají.

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

Parametry

  • lhs
    První parametr, který chcete porovnat.lhsmůže být objekt HStringReference nebo popisovač HSTRING.

  • rhs
    Druhý parametr, který chcete porovnat. rhsmůže být objekt HStringReference nebo popisovač HSTRING.

Vrácená hodnota

truePokud lhs a rhs parametry nejsou shodné; jinak false.

Požadavky

Hlavička: corewrappers.h

Obor názvů: Microsoft::WRL::Wrappers

Viz také

Referenční dokumentace

HStringReference – třída