CalendarView for WinForms
等価判定演算子 オペレータ (Vector)

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

パラメータ

left
A Vector indicates the left operand.
right
A Vector indicates the right operand.

戻り値の型

A bool indicates whether left equals right.
参照

Vector クラス
Vector メンバ