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

◆ is_equal()

bool M2::DummyRing::is_equal ( const ElementType f,
const ElementType g ) const
inline

Definition at line 330 of file aring.hpp.

331 {
332 (void) f;
333 (void) g;
334 return false;
335 }