public override int GetHashCode() { return(HashUtilities.CombineHash(this.numerator.GetHashCode(), this.denominator.GetHashCode())); }