Return the result of comparing two strings.
<mrdocs/Dom/String.hpp>Return the result of comparing two strings.
bool
operator!=(
    String const& lhs,
    String const& rhs) noexcept;
» more...
Return the result of comparing two strings.
template<StringLikeTy StringLike>
bool
operator!=(
    String const& lhs,
    StringLike const& rhs) noexcept;
» more...