carb::operator!=
Defined in carb/Version.h
-
constexpr bool carb::operator!=(const Version &lhs, const Version &rhs) noexcept
Inequality operator.
Compares two versions and reports true if the left version and the right version are not equal.
- Parameters
lhs – The version on the left side of the operation
rhs – The version on the right side of the operation
- Returns
true
iflhs
is not equal torhs
;false
otherwise.