public bool Equals(Dpi other) { return this.X == other.X && this.Y == other.Y; }
public bool Equals(Dpi other) { return(this.X == other.X && this.Y == other.Y); }