метод == абстрактный
bool operator ==(Является ли other TypeVariableMirror того же типа переменной, что и этот зеркало.
Равенство выполняется тогда и только тогда, когда
-
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/TypeVariableMirror/operator_equals.html