PowerTools SPREAD for Windows Forms 8.0J
CompareTo メソッド (StyleInfo)


このオブジェクトと比較するオブジェクト。
現在のオブジェクトを等しい種類の他のオブジェクトと比較します。
構文
'Declaration
 
Public Overridable Function CompareTo( _
   ByVal other As StyleInfo _
) As Integer
'使用法
 
Dim instance As StyleInfo
Dim other As StyleInfo
Dim value As Integer
 
value = instance.CompareTo(other)
public virtual int CompareTo( 
   StyleInfo other
)

パラメータ

other
このオブジェクトと比較するオブジェクト。

戻り値の型

比較されるオブジェクトの相対順序を指摘する32ビットの符号付整数。返す値の意味は次に示します。値の意味 0以下 このオブジェクトは other パラメータより以下の値です。ゼロ このオブジェクトは other に等しいです。0以上 このオブジェクトは other 以上です。
参照

StyleInfo クラス
StyleInfo メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.