Click or drag to resize

MatrixEquals Method (Matrix, Matrix)

Check if the components of two matrices are approximate equal.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static bool Equals(
	Matrix a,
	Matrix b
)

Parameters

a
Type: DXFReaderNETMatrix
Matrix.
b
Type: DXFReaderNETMatrix
Matrix.

Return Value

Type: Boolean
True if the matrix components are almost equal or false in any other case.
See Also