示例#1
0
文件: Dpi.cs 项目: WELL-E/LoginSample
 public bool Equals(Dpi other)
 {
     return this.X == other.X && this.Y == other.Y;
 }
示例#2
0
文件: Dpi.cs 项目: weijx-xa/test
 public bool Equals(Dpi other)
 {
     return(this.X == other.X && this.Y == other.Y);
 }