'宣言 Public Function CompareTo( _ ByVal other As C1TextPointer _ ) As System.Integer
public System.int CompareTo( C1TextPointer other )
パラメータ
- other
- 比較する C1TextPointer。
戻り値の型
ゼロより小さい値:この C1TextPointer の方が前にあります。ゼロ:この C1TextPointer は同じ位置にあります。ゼロより大きい値:この C1TextPointer の方が後にあります。