numpy.polynomial.chebyshev.Chebyshev.has_samecoef# method polynomial.chebyshev.Chebyshev.has_samecoef(other)[source]# Check if coefficients match. Parameters: otherclass instanceThe other class must have the coef attribute. Returns: boolbooleanTrue if the coefficients are the same, False otherwise.