Matrix.Equality(Matrix, Matrix) Operatore
Definizione
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 ( = ) : Windows.UI.Xaml.Media.Matrix * Windows.UI.Xaml.Media.Matrix -> bool
Public Shared Operator == (matrix1 As Matrix, matrix2 As Matrix) As Boolean
Parametri
Restituisce
true
se le matrici matrix1
e matrix2
sono identiche, altrimenti false
.true
if matrix1
and matrix2
are identical; otherwise, false
.
Commenti
Questo struct rappresenta la proiezione .NET dello struct Windows Runtime (WinRT) Matrix
.This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix
struct. Per altre informazioni, vedere Matrix nei riferimenti all'API UWP.For more information, see Matrix in the UWP API reference.
Per ulteriori informazioni ed esempi di questo membro, vedere Matrix.Equality il riferimento all'API .NET Framework.For more information and examples of this member, see Matrix.Equality in the .NET Framework API reference.