GrapeCity SPREAD for Windows Forms 12.0J
CompareTo メソッド (Reference)


このインスタンスと比較するオブジェクト。
現在のインスタンスを同じ型の別のオブジェクトと比較し、現在のインスタンスと比較対象のオブジェクトのソート順序での相対的位置関係を示す整数を返します。
構文
'Declaration
 
Public Function CompareTo( _
   ByVal other As Reference _
) As Integer
'使用法
 
Dim instance As Reference
Dim other As Reference
Dim value As Integer
 
value = instance.CompareTo(other)
public int CompareTo( 
   Reference other
)

パラメータ

other
このインスタンスと比較するオブジェクト。

戻り値の型

比較するオブジェクトの相対的順序を示す値。戻り値の意味は次のとおりです。0より小さい: このインスタンスはソート順序で<paramref name="other" />より前にある。0: このインスタンスはソート順序で<paramref name="other" />と同じ位置にある。0より大きい: このインスタンスはソート順序で<paramref name="other" />より後にある。
参照

Reference 構造体
Reference メンバ

 

 


Copyright © 2004 GrapeCity inc.