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

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls 名前空間 > PointF 構造体 : 等価判定演算子 オペレータ
比較するPointF
比較するPointF
2つのPointFオブジェクトを比較します。 この結果は、2つのPointFオブジェクトのXおよび プロパティの値が等しいかどうかを示します。
シンタックス
'宣言
 
Public Operator =( _
   ByVal left As PointF, _
   ByVal right As PointF _
) As System.Boolean
public System.bool operator ==( 
   PointF left,
   PointF right
)

パラメータ

left
比較するPointF
right
比較するPointF

戻り値の型

leftおよびrightXおよびYの値が 等しい場合はtrue、 そうでない場合はfalse
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

参照

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