|
Matrix3x3Equals Method (Matrix3x3)
|
Tests whether the matrix equals to the specified one.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public bool Equals(
Matrix3x3 matrix
)
Public Function Equals (
matrix As Matrix3x3
) As Boolean
Request Example
View SourceParameters
- matrix
- Type: Accord.MathMatrix3x3
The matrix to test equality with.
Return Value
Type:
BooleanReturns
if the two matrices are equal or
otherwise.
See Also