Click or drag to resize

MatrixEquality Operator

Check if the components of two matrices are equal.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static bool operator ==(
	Matrix u,
	Matrix v
)

Parameters

u
Type: DXFReaderNETMatrix
Matrix.
v
Type: DXFReaderNETMatrix
Matrix.

Return Value

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