Click or drag to resize

Matrix44Inequality Operator

Compares whether two Matrix44 instances are not equal without any tolerance.

Namespace: CFX.Structures.Geometry
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public static bool operator !=(
	Matrix44 matrix1,
	Matrix44 matrix2
)

Parameters

matrix1  Matrix44
Source Matrix44 on the left of the not equal sign.
matrix2  Matrix44
Source Matrix44 on the right of the not equal sign.

Return Value

Boolean
true if the instances are not equal; false otherwise.
See Also