PrintDocument for WinForms
Equals メソッド (LineDef)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > LineDef クラス : Equals メソッド
The object to compare with the current object.
Determines whether the specified LineDef object is equal to the current object. This method compares the property values on the objects.
シンタックス
'宣言
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
'使用法
 
Dim instance As LineDef
Dim obj As System.Object
Dim value As System.Boolean
 
value = instance.Equals(obj)
public override System.bool Equals( 
   System.object obj
)

パラメータ

obj
The object to compare with the current object.

戻り値の型

true if the specified object's properties are equal to the current one's, false otherwise.
参照

LineDef クラス
LineDef メンバ