operator == 抽象方法
- Object other
override
other
是否是与此镜像相同的隔离器上的 IsolateMirror。
等价性成立当且仅当
other
是同种类型的镜像,并且- 由该镜像反射的隔离器是
other
反射的同一隔离器。
实现
bool operator ==(Object other);
other
是否是与此镜像相同的隔离器上的 IsolateMirror。
等价性成立当且仅当
other
是同种类型的镜像,并且other
反射的同一隔离器。bool operator ==(Object other);