Matrix Equality Operator Bespoke Osc Library
Compares a matrix for equality with another matrix.

Namespace: Bespoke.Common.LinearAlgebra
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Operator = ( _
	M1 As Matrix, _
	M2 As Matrix _
) As Boolean

Return Value

true if the matrices are equal; false otherwise.
See Also