ActiveReports for .NET 18.0J
等価判定演算子 オペレータ (Point2d)

GrapeCity.ActiveReports.Chart.Graphics 名前空間 > Point2d クラス : 等価判定演算子 オペレータ
指定された2つのPoint2dが等しいかどうかをチェックします。
シンタックス
'宣言
 
Public Operator =( _
   ByVal p1 As Point2d, _
   ByVal p2 As Point2d _
) As Boolean
public bool operator ==( 
   Point2d p1,
   Point2d p2
)

パラメータ

p1
p2

戻り値の型

2つのPoint2dが等しい場合は、True。それ以外の場合は、False
参照

Point2d クラス
Point2d メンバ