Matrix3D.Equality(Matrix3D, Matrix3D) Operator

Definition

Compares two Matrix3D instances for equality.

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 ( = ) : Windows.UI.Xaml.Media.Media3D.Matrix3D * Windows.UI.Xaml.Media.Media3D.Matrix3D -> bool
Public Shared Operator == (matrix1 As Matrix3D, matrix2 As Matrix3D) As Boolean

Parameters

matrix1
Matrix3D

The first matrix to compare.

matrix2
Matrix3D

The second matrix to compare.

Returns

true if the matrices are equal; otherwise, false.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D struct. For more information, see Matrix3D in the UWP API reference.

Applies to