Document Library for WinForms
Compare メソッド (Line)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Line クラス : Compare メソッド
The Line object to compare with.
Compares this Line object with another Line object returns true if objects represent same border.
シンタックス
'宣言
 
Public Overrides Function Compare( _
   ByVal v As VisualPrimitive _
) As System.Boolean
public override System.bool Compare( 
   VisualPrimitive v
)

パラメータ

v
The Line object to compare with.

戻り値の型

Returns true if two Line objects represent same line.
参照

Line クラス
Line メンバ