Bitmap for WPF
等しくないか判定する演算子 オペレータ (Matrix4x4)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 : 等しくないか判定する演算子 オペレータ
The first value to compare.
The second value to compare.
Tests for inequality between two objects.
シンタックス
'宣言
 
Public Operator <>( _
   ByVal left As Matrix4x4, _
   ByVal right As Matrix4x4 _
) As System.Boolean
public System.bool operator !=( 
   Matrix4x4 left,
   Matrix4x4 right
)

パラメータ

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

戻り値の型

trueif lefthas a different value than right; otherwise, false.
参照

Matrix4x4 構造体
Matrix4x4 メンバ