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

◆ operator==()

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

Definition at line 298 of file FreeAlgebra.hpp.

299 {
300 return this->mRing->is_equal(**this,*g);
301 }
const FreeAlgebra * mRing

References FreeAlgebraElement(), and mRing.