numpy.polynomial.hermite.Hermite.has_samecoef# method polynomial.hermite.Hermite.has_samecoef(other)[source]# Check if coefficients match. New in version 1.6.0. Parameters otherclass instanceThe other class must have the coef attribute. Returns boolbooleanTrue if the coefficients are the same, False otherwise.