バージョン

CompareTo メソッド (ChartTextAppearance)

この ChartTextAppearance インスタンスを別のインスタンスと比較します。
シンタックス
'宣言
 
Public Function CompareTo( _
   ByVal other As Object _
) As Integer
public int CompareTo( 
   object other
)

パラメータ

other
この ChartTextAppearance と比較する別のオブジェクト。このオブジェクト自体も ChartTextAppearance である必要があります。

戻り値の型

この ChartTextAppearance が比較対象より小さい場合はゼロより小。この ChartTextAppearance が比較対象と等しいときは 0(ゼロ)。この ChartTextAppearance が比較対象より大きい場合は 0 より大。
解説

このメソッドは ChartTextAppearance オブジェクトの IComparable インターフェイスに実装します。パラメーター other が ChartTextAppearance 型でない場合、この関数の戻り値は未定義であることに注意してください。

参照