/// <summary> /// Calculates the hash code for the <see cref="Polynomial"/> /// </summary> /// <returns>The int hash value</returns> public override int GetHashCode() { return(Coefficients.CalcHashCode()); }