'宣言 Public Function CompareTo( _ ByVal other As Expression _ ) As System.Integer
public System.int CompareTo( Expression other )
パラメータ
- other
- 比較先の式。
戻り値の型
この式の値が other 式の値より小さいか、等しいか、それとも大きいかを示す整数。
'宣言 Public Function CompareTo( _ ByVal other As Expression _ ) As System.Integer
public System.int CompareTo( Expression other )