|
|
◆ operator==
Determines if two numbers are equal.
- Parameters
-
- Return values
-
| true | The underlying strings of lhs and rhs are equal. |
| false | The underlying strings of lhs and rhs are not equal. |
- Postcondition
x == y if and only if (const value_type &)x == (const value_type &)y
|