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

◆ operator!=()

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

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

490 {
491 // Do we need to check that these refer to the same object?
492 return mColumn != sentinel.mColumn;
493 }

References iterator(), and mColumn.