carb::operator==
Defined in carb/Version.h
-
constexpr bool carb::operator==(const Version &lhs, const Version &rhs) noexcept
Equality operator.
Compares two versions and reports true if the left version and the right version are 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 equal torhs
;false
otherwise.