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