Beispiel #1
0
 public bool Equals(Dpi other)
 {
     return this.X == other.X && this.Y == other.Y;
 }
Beispiel #2
0
 public bool Equals(Dpi other)
 {
     return(this.X == other.X && this.Y == other.Y);
 }