operator == 抽象方法

bool operator ==(
  1. Object other
)
override

判断此镜像是否等于 other

相等成立当且仅当

  1. other 是同一类型的镜像,并且
  2. simpleName == other.simpleNameowner == other.owner

实现

bool operator ==(Object other);