Click or drag to resize

MatrixEquals(Matrix) Method

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

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

Parameters

m  Matrix
Matrix to test against

Return Value

Boolean
Result of Matrix comparision

Implements

IEquatableTEquals(T)
See Also