'Declaration
Public Operator =( _ ByVal left As Matrix(Of T), _ ByVal right As Matrix(Of T) _ ) As Boolean
Parameters
Return Value
A bool indicates whether left equals right.
'Declaration
Public Operator =( _ ByVal left As Matrix(Of T), _ ByVal right As Matrix(Of T) _ ) As Boolean