|
|
◆ operator!=
Determines if two symbols are not 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 std::string &)x != (const std::string &)y
|