Matrix.Inequality(Matrix, Matrix) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the two specified Matrix structs are not identical.
public:
static bool operator !=(Windows::UI::Xaml::Media::Matrix matrix1, Windows::UI::Xaml::Media::Matrix matrix2);
public static bool operator != (Windows.UI.Xaml.Media.Matrix matrix1, Windows.UI.Xaml.Media.Matrix matrix2);
static member op_Inequality : Windows.UI.Xaml.Media.Matrix * Windows.UI.Xaml.Media.Matrix -> bool
Public Shared Operator != (matrix1 As Matrix, matrix2 As Matrix) As Boolean
Parameters
Returns
true
if matrix1
and matrix2
are not identical; otherwise, false
.
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix
struct. For more information, see Matrix in the UWP API reference.
For more information and examples of this member, see Matrix.Inequality in the .NET Framework API reference.