public bool Equals(ImageSize other) { return X == other.X && Y == other.Y && Format == other.Format; }
public bool Equals(ImageSize other) { return(X == other.X && Y == other.Y && Format == other.Format); }