'宣言 Public Function CompareTo( _ ByVal obj As System.Object _ ) As System.Integer
public System.int CompareTo( System.object obj )
パラメータ
- obj
- The Appointment to compare.
戻り値の型
The System.Int32 value determining the comparison result.
'宣言 Public Function CompareTo( _ ByVal obj As System.Object _ ) As System.Integer
public System.int CompareTo( System.object obj )
例外 | 解説 |
---|---|
System.ArgumentException | obj is not the same type as this instance. |