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

◆ operator==()

bool FreeAlgebraQuotientElement::operator== ( const FreeAlgebraQuotientElement & g) const
inline

Definition at line 183 of file FreeAlgebraQuotient.hpp.

184 {
185 return this->mRing->is_equal(**this,*g);
186 }
const FreeAlgebraQuotient * mRing

References FreeAlgebraQuotientElement(), and mRing.