| 1260 | } |
| 1261 | |
| 1262 | bool MathLib::isNotEqual(const std::string &first, const std::string &second) |
| 1263 | { |
| 1264 | return !isEqual(first, second); |
| 1265 | } |
| 1266 | |
| 1267 | // cppcheck-suppress unusedFunction |
| 1268 | bool MathLib::isGreater(const std::string &first, const std::string &second) |