operator == abstract method
- Object other
override
Symbols are equal to other symbols with an equal (==
) name string.
Symbols representing library private names also need to represent names from the same library.
Implementation
bool operator ==(Object other);