mrdocs::dom::operator!=
Return the result of comparing two strings.
Synopses
Declared in <mrdocs/Dom/String.hpp>
Return the result of comparing two strings.
bool
operator!=(
String const& lhs,
String const& rhs) noexcept;
Return the result of comparing two strings.
bool
operator!=(
String const& lhs,
StringLike const& rhs) noexcept;
Created with MrDocs