|
Matrix4x4Equality Operator
|
Tests whether two specified matrices are equal.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static bool operator ==(
Matrix4x4 matrix1,
Matrix4x4 matrix2
)
Public Shared Operator = (
matrix1 As Matrix4x4,
matrix2 As Matrix4x4
) As Boolean
Request Example
View SourceParameters
- matrix1
- Type: Accord.MathMatrix4x4
The left-hand matrix. - matrix2
- Type: Accord.MathMatrix4x4
The right-hand matrix.
Return Value
Type:
BooleanReturns
if the two matrices are equal or
otherwise.
See Also