Click or drag to resize

MatrixInequality Operator

Tests whether two matrix structures differs.

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public static bool operator !=(
	Matrix left,
	Matrix right
)

Parameters

left  Matrix
The matrix structure that is to the left of the equality operator.
right  Matrix
The matrix structure that is to the right of the equality operator.

Return Value

Boolean
This operator returns true if any of matrix properties are unequal; otherwise false.
See Also