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