Matrix.op_Equality Method
Compares a matrix for equality with another matrix.
Syntax
'Declaration
Public Shared Function op_Equality ( _
matrix1 As Matrix, _
matrix2 As Matrix _
) As Boolean
public static bool op_Equality (
Matrix matrix1,
Matrix matrix2
)
public:
static bool op_Equality(
Matrix matrix1,
Matrix matrix2
)
Parameters
Return Value
Type: Boolean
true if the matrices are equal; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone