Метод operator == абстрактный метод
bool operator ==(Является ли этот зеркало равным other.
Равенство выполняется только тогда, когда
-
otherявляется зеркалом того же типа, и -
simpleName == other.simpleNameиowner == other.owner.
Исходный код
bool operator ==(other);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-mirrors/MethodMirror/operator_equals.html