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.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
Syntax
Public Shared Operator <> ( _
matrix1 As Matrix, _
matrix2 As Matrix _
) As Boolean
public static bool operator !=(
Matrix matrix1,
Matrix matrix2
)
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.
Return Value
Type: System..::.Boolean
true if matrix1 and matrix2 are not identical; otherwise, false.
Remarks
Note
A Matrix stores its values as doubles. Because the value of a Double can lose precision when arithmetic operations are performed on it, a comparison between two Double structures that are logically equal might fail.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone