OracleTimeSpan.CompareTo Method
.NET Framework 3.0
Compares this OracleTimeSpan structure to the supplied object and returns an indication of their relative values.
Namespace: System.Data.OracleClient
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
public final int CompareTo ( Object obj )
public final function CompareTo ( obj : Object ) : int
Not applicable.
Parameters
- obj
The object to be compared.
Return Value
A signed number indicating the relative values of the instance of the OracleTimeSpan structure and the object.| Return Value | Condition |
|---|---|
| Less than zero | This instance is less than the object. |
| Zero | This instance is the same as the object. |
| Greater than zero | This instance is greater than the object, or the object is a null reference (Nothing in Visual Basic). |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.