contentEquals

open override fun contentEquals(other: BooleanMatrix): Boolean


open override fun contentEquals(other: SparseMatrix<*>): Boolean

Determine whether the content of this matrix is the same as the other by checking equality on the cell values. Sparse matrices with different dimensions, but the same valid indices can be equal.