Checks whether two safe_int values wrap equal underlying values.
safe_int
Declared in <mp-units/utility/safe_int.h>
<mp-units/utility/safe_int.h>
[[nodiscard]] constexpr bool operator==( safe_int lhs, safe_int rhs) noexcept;
true if the wrapped values are equal
true
The return value should not be discarded.