예제 #1
0
 public bool Equals(ImageSize other)
 {
     return X == other.X && Y == other.Y && Format == other.Format;
 }
예제 #2
0
 public bool Equals(ImageSize other)
 {
     return(X == other.X && Y == other.Y && Format == other.Format);
 }