AnyMatrixTEquals(AnyMatrixT) Method
Determines whether the given matrix equals the current matrix.
Namespace: Meta.Numerics.MatricesAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public bool Equals(
AnyMatrix<T> other
)
Public Function Equals (
other As AnyMatrix(Of T)
) As Boolean
public:
virtual bool Equals(
AnyMatrix<T>^ other
) sealed
abstract Equals :
other : AnyMatrix<'T> -> bool
override Equals :
other : AnyMatrix<'T> -> bool
- other AnyMatrixT
- The matrix to compare.
BooleanTrue if the
other is equal to the current matrix, otherwise false.
IEquatableTEquals(T)