|
noexcept |
Compares two matrix columns for equality of their respective elements.
| T | Used to conditionally specialize the template only for elements that are EqualityComparable. |
| right | A matrix column to compare with. |
true, if the two columns are equal in sizes and respective elements. Otherwise, the return value is false.