Click or drag to resize

AnyMatrixTEquals Method (AnyMatrixT)

Determines whether the given matrix equals the current matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool Equals(
	AnyMatrix<T> other
)

Parameters

other
Type: Meta.Numerics.MatricesAnyMatrixT
The matrix to compare.

Return Value

Type: Boolean
True if the other is equal to the current matrix, otherwise false.

Implements

IEquatableTEquals(T)
See Also