Click or drag to resize

Matrix3Equality Operator

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Check if the components of two matrices are equal.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static bool operator ==(
	Matrix3 u,
	Matrix3 v
)
Request Example View Source

Parameters

u
Type: netDxfMatrix3
Matrix3.
v
Type: netDxfMatrix3
Matrix3.

Return Value

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