operator==#
Fully qualified name: carb::operator==
Defined in carb/Version.h
- constexpr bool carb::operator==( ) 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.