Matrix3D.Inequality(Matrix3D, Matrix3D) Operatore
Definizione
public:
static bool operator !=(Windows::UI::Xaml::Media::Media3D::Matrix3D matrix1, Windows::UI::Xaml::Media::Media3D::Matrix3D matrix2);
public static bool operator != (Windows.UI.Xaml.Media.Media3D.Matrix3D matrix1, Windows.UI.Xaml.Media.Media3D.Matrix3D matrix2);
static member op_Inequality : Windows.UI.Xaml.Media.Media3D.Matrix3D * Windows.UI.Xaml.Media.Media3D.Matrix3D -> bool
Public Shared Operator != (matrix1 As Matrix3D, matrix2 As Matrix3D) As Boolean
Parametri
- matrix1
- Matrix3D
Prima matrice da confrontare.The first matrix to compare.
- matrix2
- Matrix3D
Seconda matrice da confrontare.The second matrix to compare.
Restituisce
true
se le matrici sono diverse; in caso contrario, false
.true
if the matrices are different; otherwise, false
.
Commenti
Questo struct rappresenta la proiezione .NET dello struct Windows Runtime (WinRT) Matrix3D
.This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D
struct. Per altre informazioni, vedere Matrix3D nella Guida di riferimento all'API UWP.For more information, see Matrix3D in the UWP API reference.