Matrix<T>.Equality Operator
Returns whether two instances
of matrix are equal.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if the two vectors have the same length and identical elements; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static bool operator ==(
Matrix<T> matrix1,
Matrix<T> matrix2
)
Parameters
Return Value
Booleantrue if the two vectors have the same length and identical elements; otherwise false.