operator == method - Symbol class - dart:core library (original) (raw)

description

operator == abstract method

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);