예제 #1
0
 public override int GetHashCode()
 {
     return(HashUtilities.CombineHash(this.numerator.GetHashCode(), this.denominator.GetHashCode()));
 }