Matrix.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the two specified Matrix structures are not identical.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- matrix1
- Type: System.Windows.Media.Matrix
The first Matrix structure to compare.
- matrix2
- Type: System.Windows.Media.Matrix
The second Matrix structure to compare.
Show:
Note: