operator!=¶
-
bool
libsemigroups::BMat8::operator!=(BMat8 const &that) const noexcept¶ Returns
trueifthisdoes not equalthat.This member function checks the mathematical inequality of two BMat8 objects.
- Exceptions
This function is
noexceptand is guaranteed never to throw.- Complexity
Constant.
- Parameters
that: the BMat8 for comparison.