operator == method Null safety

bool operator ==(
  1. 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);