Matrix.op_Inequality Method
Tests a matrix for inequality with another matrix.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
matrix1 As Matrix, _
matrix2 As Matrix _
) As Boolean
public static bool op_Inequality (
Matrix matrix1,
Matrix matrix2
)
public:
static bool op_Inequality(
Matrix matrix1,
Matrix matrix2
)
Parameters
- matrix1
Type: Matrix
The matrix on the left of the equal sign. - matrix2
Type: Matrix
The matrix on the right of the equal sign.
Return Value
Type: Boolean
true if the matrices are not 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