コード例 #1
0
ファイル: Segment2D.cs プロジェクト: JaakkoLipsanen/Flai.XNA
 public bool Equals(Segment2Di other)
 {
     return this.Start == other.Start && this.End == other.End;
 }
コード例 #2
0
 public bool Equals(Segment2Di other)
 {
     return(this.Start == other.Start && this.End == other.End);
 }