コード例 #1
0
 public override bool Equals(RootType other)
 => Equals(other as SubRootType1);
コード例 #2
0
 public override bool Equals(RootType other)
 => Equals(other as DerivedType1);