HString::Operator!= Operator
Wskazuje, czy dwa parametry nie są równe.
inline bool operator!=(
const HString& lhs,
const HString& rhs) throw()
inline bool operator!=(
const HStringReference& lhs,
const HString& rhs) throw()
inline bool operator!=(
const HString& lhs,
const HStringReference& rhs) throw()
inline bool operator!=(
const HSTRING& lhs,
const HString& rhs) throw()
inline bool operator!=(
const HString& lhs,
const HSTRING& rhs) throw()
Parametry
lhs
Pierwszy parametr do porównania.lhsmoże być obiekt HString lub HStringReference lub dojście HSTRING.rhs
Drugi parametr do porównania.rhs może być obiekt HString lub 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