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

◆ operator==()

bool DegreeZeroMapGenerator::iterator::operator== ( const iterator & sentinel) const
inline

Definition at line 483 of file res-f4-m2-interface.cpp.

484 {
485 // Do we need to check that these refer to the same object?
486 return mColumn == sentinel.mColumn;
487 }

References iterator(), and mColumn.