Click or drag to resize

MatrixInequality Operator

Check if the components of two matrices are different.

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 different or false in any other case.
See Also