Udostępnij za pośrednictwem


HStringReference::Operator! = operatora

Wskazuje, czy dwa parametry nie są równe.

   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
    Pierwszy parametr do porównania.lhsmoże być obiektem HStringReference lub dojście HSTRING.

  • rhs
    Drugi parametr do porównania.rhsmoże być obiektem HStringReference lub dojście HSTRING.

Wartość zwracana

trueJeśli lhs i rhs parametry nie są równe; w przeciwnym razie false.

Wymagania

Nagłówek: corewrappers.h

Obszar nazw: Microsoft::WRL::Wrappers

Zobacz też

Informacje

Klasa HStringReference