コード例 #1
0
 public bool Equals(SizeAndCenter other)
 {
     return(other.Size == Size && other.Center == Center);
 }
コード例 #2
0
 public bool Equals(SizeAndCenter other)
 {
     return other.Size == Size && other.Center == Center;
 }