コード例 #1
0
ファイル: Dpi.cs プロジェクト: kimura92/KanColleViewer
 public bool Equals(Dpi other)
 {
     return(this.X == other.X && this.Y == other.Y);
 }
コード例 #2
0
ファイル: Dpi.cs プロジェクト: nirvaeld/KanColleViewer
 public bool Equals(Dpi other)
 {
     return this.X == other.X && this.Y == other.Y;
 }