Matrix3D.Equality(Matrix3D, Matrix3D) 演算子
定義
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
パラメーター
- matrix1
- Matrix3D
比較対象の 1 番目の行列。The first matrix to compare.
- matrix2
- Matrix3D
比較対象の 2 番目の行列。The second matrix to compare.
戻り値
行列が等しい場合は true
。それ以外の場合は false
。true
if the matrices are equal; otherwise, false
.
注釈
この構造体は、Windows ランタイム (WinRT) 構造体の .NET 射影を表し Matrix3D
ます。This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D
struct. 詳細については、UWP API リファレンスの「 Matrix3D 」を参照してください。For more information, see Matrix3D in the UWP API reference.