Click or drag to resize

MatrixInequality Operator

Matrix exact inequality - see EQ(Matrix, Matrix) for alternative

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static bool operator !=(
	Matrix l,
	Matrix r
)

Parameters

l  Matrix
Left-hand side Matrix
r  Matrix
Right-hand side Matrix

Return Value

Boolean
Result of Matrix comparision
See Also