AutoComplete for ASP.NET Web Forms
等価判定演算子 オペレータ

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls 名前空間 > PointF 構造体 : 等価判定演算子 オペレータ
A PointF to compare.
A PointF to compare.
Compares two PointF objects. The result specifies whether the values of the X and properties of the two PointF objects are equal.
シンタックス
'宣言
 
Public Operator =( _
   ByVal left As PointF, _
   ByVal right As PointF _
) As System.Boolean
public System.bool operator ==( 
   PointF left,
   PointF right
)

パラメータ

left
A PointF to compare.
right
A PointF to compare.

戻り値の型

true if the X and Y values of the left and right are equal; otherwise, false.
参照

PointF 構造体
PointF メンバ
Y プロパティ