HStringReference::Operator == operatora
Wskazuje, czy dwa parametry są równe.
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 są takie same; w przeciwnym razie false.
Wymagania
Nagłówek: corewrappers.h
Obszar nazw: Microsoft::WRL::Wrappers