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