omni::operator!=
Defined in omni/String.h
- 
bool omni::operator!=(const string &lhs, const std::string &rhs) noexcept
- Compares - lhsand- rhs.- All comparisons are done lexicographically using omni::string::compare(). - Parameters
- lhs – Left hand side of the comparison. 
- rhs – Right hand side of the comparison. 
 
- Returns
- true if - lhsand- rhsare not equal, false otherwise.