Bitmap for UWP
等価判定演算子 オペレータ (Matrix3x2)

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix3x2 構造体 : 等価判定演算子 オペレータ
The first value to compare.
The second value to compare.
Tests for equality between two objects.
シンタックス
'宣言
 
Public Operator =( _
   ByVal left As Matrix3x2, _
   ByVal right As Matrix3x2 _
) As System.Boolean
public System.bool operator ==( 
   Matrix3x2 left,
   Matrix3x2 right
)

パラメータ

left
The first value to compare.
right
The second value to compare.

戻り値の型

trueif lefthas the same value as right; otherwise, false.
参照

Matrix3x2 構造体
Matrix3x2 メンバ