Click or drag to resize

Matrix3x2Equals(Matrix3x2) Method

[Missing <summary> documentation for "M:Altaxo.Geometry.Matrix3x2.Equals(Altaxo.Geometry.Matrix3x2)"]


Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Equals(
	Matrix3x2 other
)

Parameters

other  Matrix3x2

[Missing <param name="other"/> documentation for "M:Altaxo.Geometry.Matrix3x2.Equals(Altaxo.Geometry.Matrix3x2)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Geometry.Matrix3x2.Equals(Altaxo.Geometry.Matrix3x2)"]

Implements

IEquatableTEquals(T)
See Also