HStringReference::Operator! = operador
Indica se os dois parâmetros não são iguais.
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()
Parâmetros
lhs
O primeiro parâmetro para comparar.lhspode ser um objeto HStringReference ou uma alça de HSTRING.rhs
O segundo parâmetro para comparar.rhspode ser um objeto HStringReference ou uma alça de HSTRING.
Valor de retorno
trueSe a lhs e rhs parâmetros não forem iguais; Caso contrário, false.
Requisitos
Cabeçalho: corewrappers.h
Namespace: Microsoft::WRL::Wrappers