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