Click or drag to resize

MatrixEquality Operator

Tests whether two matrix structures are equal.

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

Parameters

left
Type: Easymap.AddIn.Common.GraphicsMatrix
The matrix structure that is to the left of the equality operator.
right
Type: Easymap.AddIn.Common.GraphicsMatrix
The matrix structure that is to the right of the equality operator.

Return Value

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