Determines whether the specified
MatrixT
is equal to the current
MatrixT.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual bool Equals(
Matrix<T> other
)
Public Overridable Function Equals (
other As Matrix(Of T)
) As Boolean
public:
virtual bool Equals(
Matrix<T>^ other
)
abstract Equals :
other : Matrix<'T> -> bool
override Equals :
other : Matrix<'T> -> bool
Parameters
- other
- Type: Extreme.MathematicsMatrixT
The matrix to compare this
MatrixT to.
Return Value
Type:
Boolean if the specified matrix is
identical to this instance; otherwise
.
Implements
IEquatableTEquals(T)
Reference