mrdocs::js::operator!= Inequality operator Synopsis Declared in <mrdocs/Support/JavaScript.hpp> bool operator!=( Value const& lhs, Value const& rhs) noexcept; Return Value true if the objects are not equal, false otherwise Parameters Name Description lhs The left operand rhs The right operand Created with MrDocs