operator == 抽象方法

bool operator ==(
  1. Object other
)
override

判断 other 是否是与此镜像在同一隔离区上的 IsolateMirror

当且仅当以下条件成立时,等式成立:

  1. other 是同一类型的镜像,并且
  2. 由该镜像反射的隔离区与由 other 反射的隔离区相同。

实现

bool operator ==(Object other);