[#bsl-operator_eq-0c0] = xref:bsl.adoc[bsl]::operator== :relfileprefix: ../ :mrdocs: Same as the two‐argument `operator==` for mixed `bsl`/`std` strings. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class CHAR_TYPE, class CHAR_TRAITS, class ALLOC1, class ALLOC2> bool operator==( xref:bsl/basic_string-0faf.adoc[bsl::basic_string<CHAR_TYPE, CHAR_TRAITS, ALLOC1>] const& lhs, std::basic_string<CHAR_TYPE, CHAR_TRAITS, ALLOC2> const& rhs) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#