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
)
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
Parameters
- other
- Type: Meta.Numerics.MatricesAnyMatrixT
The matrix to compare.
Return Value
Type:
BooleanTrue if the
other is equal to the current matrix, otherwise false.
Implements
IEquatableTEquals(T)See Also