コード例 #1
0
ファイル: VectorPoint.cs プロジェクト: LikoIlya/AOP-Ruller
 public override int GetHashCode()
 {
     return(firstPoint.GetHashCode() / 2 + secondPoint.GetHashCode() / 2);
 }