CalendarView for WinForms
等しくないか判定する演算子 オペレータ (Matrix)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Matrix クラス : 等しくないか判定する演算子 オペレータ
A Matrix indicates the left operand.
A Matrix indicates the right operand.
Defines the == operator for vector.
シンタックス
'宣言
 
Public Operator <>( _
   ByVal left As Matrix, _
   ByVal right As Matrix _
) As System.Boolean
public System.bool operator !=( 
   Matrix left,
   Matrix right
)

パラメータ

left
A Matrix indicates the left operand.
right
A Matrix indicates the right operand.

戻り値の型

A bool indicates whether left does not equals right.
参照

Matrix クラス
Matrix メンバ