PowerTools SPREAD for ASP.NET 8.0J
CompareTo メソッド (StyleInfo)

このオブジェクトと比較するオブジェクト。
現在のオブジェクトを同じ型の別のオブジェクトと比較します。
構文
'Declaration
 
Public Function CompareTo( _
   ByVal other As StyleInfo _
) As Integer
public int CompareTo( 
   StyleInfo other
)

パラメータ

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

戻り値の型

比較するオブジェクトの相対的順序を示す32ビットの符号付き整数。戻り値の意味は次のとおりです。0未満: このオブジェクトはotherパラメーターより小さい。0: このオブジェクトはotherと等しい。0より大きい: このオブジェクトはotherより大きい。
参照

StyleInfo クラス
StyleInfo メンバ

 

 


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