PrintDocument for WinForms
Equals メソッド (Unit)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Unit 構造体 : Equals メソッド
The object to compare the current with.
Compares the current unit value with another object.
シンタックス
'宣言
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
'使用法
 
Dim instance As Unit
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 the current with.

戻り値の型

true if the two objects repesent the same unit value, false otherwise.
参照

Unit 構造体
Unit メンバ