operator == 抽象方法

bool operator ==(
  1. Object other
)
override

other 是否是与此镜像相同的隔离器上的 IsolateMirror

等价性成立当且仅当

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

实现

bool operator ==(Object other);