コード例 #1
0
ファイル: Geometry.Fraction.cs プロジェクト: obpositive/yal
 public override int GetHashCode()
 {
     return(x.GetHashCode() ^ y.GetHashCode());
 }