'Declaration Public Overloads Function CompareTo( _ ByVal value As DB2TimeStampOffset _ ) As Integer
public int CompareTo( DB2TimeStampOffset value )
Parameters
- value
- The object to compare the current DB2TimeStampOffset object to.
Return Value
A signed number indicating the relative values of the current DB2TimeStampOffset structure and the object.
    
        
| Return Value | Condition | 
|---|---|
| Less than zero | The value of the current DB2TimeStampOffset object is less than the object. | 
| Zero | The current DB2TimeStampOffset object is the same to the object. | 
| Greater than zero | The current DB2TimeStampOffset object is greater than the object. |