|  | FloatHermCsrSparseMatrixEquality Operator | 
            Equality operator for Hermitian sparse matrices in compressed row (CSR) format.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static bool operator ==(
	FloatHermCsrSparseMatrix lhs,
	FloatHermCsrSparseMatrix rhs
)
Public Shared Operator = ( 
	lhs As FloatHermCsrSparseMatrix,
	rhs As FloatHermCsrSparseMatrix
) As Boolean
public:
static bool operator ==(
	FloatHermCsrSparseMatrix^ lhs, 
	FloatHermCsrSparseMatrix^ rhs
)
static let inline (=)
        lhs : FloatHermCsrSparseMatrix * 
        rhs : FloatHermCsrSparseMatrix  : boolParameters
- lhs  FloatHermCsrSparseMatrix
- A CSR Hermitian sparse matrix instance.
- rhs  FloatHermCsrSparseMatrix
- A CSR Hermitian sparse matrix instance.
Return Value
Booleantrue if both arguments represent the same nonzero
            elements; otherwise 
false.
 See Also
See Also