コード例 #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);
 }