Matrix3x2Equality Operator |
Determines whether two matrices are equal.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static bool operator ==(
Matrix3x2 x,
Matrix3x2 y
)
Parameters
- x Matrix3x2
- The first matrix.
- y Matrix3x2
- The second matrix.
Return Value
Booleantrue if all corresponding elements are equal; otherwise,
false.
See Also