Matrix Inequality Operator Bespoke Osc Library
Tests a matrix for inequality 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 not equal; false otherwise.
See Also