метод operator == абстрактный
bool operator ==(Является ли этот рефлекс равным other.
Равенство выполняется тогда и только тогда, когда
-
otherявляется рефлексом того же типа, и -
либо
a. hasReflectee истинно, и также истинно
identical(reflectee, other.reflectee), илиb. удалённые объекты, отражённые этим рефлексом и
other, идентичны.
Исходный код
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/InstanceMirror/operator_equals.html