菜单
Dart
dart:mirrors
LibraryMirror
operator == 抽象方法
operator ==
暗色模式
亮色模式
描述
operator ==
抽象方法
bool
operator ==
(
Object
other
)
override
判断此镜像是否等于
other
。
相等性成立当且仅当
other
是同一类型的镜像,并且
此镜像反射的库和
other
反射的库是在同一隔离区中的相同库。
实现
bool operator ==(Object other);
Dart
dart:mirrors
LibraryMirror
operator == 抽象方法
LibraryMirror 类
Cookie 管理控件