Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

matrix
Type: Accord.MathMatrix3x3
The matrix to test equality with.

Return Value

Type: Boolean
Returns if the two matrices are equal or otherwise.
See Also