operator==¶
-
bool
libsemigroups::BMat8
::
operator==
(BMat8 const &that) const¶ Returns
true
ifthis
equalsthat
.This member function checks the mathematical equality of two BMat8 objects.
- Exceptions
This function is
noexcept
and is guaranteed never to throw.- Complexity
Constant.
- Parameters
that
: the BMat8 for comparison.