Click or drag to resize

MatrixEquals Method (Matrix)

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

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.03.00
Syntax
C#
public bool Equals(
	Matrix m
)

Parameters

m
Type: Microsoft.DirectXMatrix
Matrix to test against

Return Value

Type: Boolean
Result of Matrix comparision

Implements

IEquatableTEquals(T)
See Also