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: 15.0.2.11458
Syntax
C#
public static bool operator !=(
	Matrix l,
	Matrix r
)

Parameters

l
Type: Microsoft.DirectXMatrix
Left-hand side Matrix
r
Type: Microsoft.DirectXMatrix
Right-hand side Matrix

Return Value

Type: Boolean
Result of Matrix comparision
See Also