Macaulay2 Engine
Loading...
Searching...
No Matches

◆ operator==()

template<typename CoefficientRingType>
bool Polynomial< CoefficientRingType >::const_iterator::operator== ( const self_type & rhs) const
inline

Definition at line 269 of file Polynomial.hpp.

269{ return (this->mCoeffIt == rhs.mCoeffIt); }
coeffConstIterator mCoeffIt

References mCoeffIt.