コード例 #1
0
 public bool Equals(RootClassWithCustomConstructor other)
 {
     return AsAnonymous().Equals(other.AsAnonymous());
 }
コード例 #2
0
 public bool Equals(RootClassWithCustomConstructor other)
 {
     return(AsAnonymous().Equals(other.AsAnonymous()));
 }