[#boost-urls-operator_not_eq-06] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::operator!= :relfileprefix: ../../ :mrdocs: Compare two decode views for inequality == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/decode_view.hpp#L641[boost/url/decode_view.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<std::convertible_to<core::string_view> S> constexpr bool operator!=( xref:boost/urls/decode_view.adoc[decode_view] const& lhs, S const& rhs) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#