Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at HString::Operator== Operator.
Indicates whether the two parameters are equal.
Syntax
inline bool operator==(
const HString& lhs,
const HString& rhs) throw()
inline bool operator==(
const HString& lhs,
const HStringReference& rhs) throw()
inline bool operator==(
const HStringReference& lhs,
const HString& rhs) throw()
inline bool operator==(
const HSTRING& lhs,
const HString& rhs) throw()
inline bool operator==(
const HString& lhs,
const HSTRING& rhs) throw()
Parameters
lhs
The first parameter to compare. lhs can be an HString or HStringReference object, or an HSTRING handle.
rhs
The second parameter to compare.rhs can be an HString or HStringReference object, or an HSTRING handle.
Return Value
true if the lhs and rhs parameters are equal; otherwise, false.
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers