OracleDateTime.CompareTo Method
.NET Framework 2.0
Compares this OracleDateTime 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)
'Declaration Public Function CompareTo ( _ obj As Object _ ) As Integer 'Usage Dim instance As OracleDateTime Dim obj As Object Dim returnValue As Integer returnValue = instance.CompareTo(obj)
public final int CompareTo ( Object obj )
public final function CompareTo ( obj : Object ) : int
Parameters
- obj
The object to be compared.
Return Value
A signed number indicating the relative values of the instance and the object.| Return value | Condition |
|---|---|
| Less than zero | This structure is less than the object. |
| Zero | This structure is the same as the object. |
| Greater than zero | This structure is greater than the object, object is a null reference (Nothing in Visual Basic) |
Windows 98, Windows 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.