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