operator == 抽象方法
- Object other
override
判断 other
是否是与此镜像在同一隔离区上的 IsolateMirror。
当且仅当以下条件成立时,等式成立:
other
是同一类型的镜像,并且- 由该镜像反射的隔离区与由
other
反射的隔离区相同。
实现
bool operator ==(Object other);
判断 other
是否是与此镜像在同一隔离区上的 IsolateMirror。
当且仅当以下条件成立时,等式成立:
other
是同一类型的镜像,并且other
反射的隔离区相同。bool operator ==(Object other);