MatrixEquals Method (Matrix) | 
  
    Namespace: 
   Microsoft.DirectX
    Assembly:
   Demo3D.Common (in Demo3D.Common.dll) Version: 18.03.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