public override int GetHashCode() { return(Coefficients.GetHashCode()); }
/// <inheritdoc /> public override int GetHashCode() { return(ConstantTerm.GetHashCode() ^ Coefficients.GetHashCode()); }
/// <inheritDoc/> public override int GetHashCode() { return(Relationship.GetHashCode() ^ Value.GetHashCode() ^ Coefficients.GetHashCode()); }