MatrixEquals Method (Matrix) |
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntaxpublic bool Equals(
Matrix m
)
Parameters
- m
- Type: Microsoft.DirectXMatrix
Matrix to test against
Return Value
Type:
BooleanResult of
Matrix comparision
Implements
IEquatableTEquals(T)
See Also