operator == method - Symbol class - dart:core library (original) (raw)
operator == abstract method
bool operator ==(
- 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);