Click or drag to resize

Matrix3x2Equality Operator

Determines whether two matrices are equal.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool operator ==(
	Matrix3x2 x,
	Matrix3x2 y
)

Parameters

x  Matrix3x2
The first matrix.
y  Matrix3x2
The second matrix.

Return Value

Boolean
true if all corresponding elements are equal; otherwise, false.
See Also