Send feedback on this topic.
Teradata.Client.Provider
CompareTo(TdIntervalDayToSecond) Method



Teradata.Client.Provider Namespace > TdIntervalDayToSecond Structure > CompareTo Method : CompareTo(TdIntervalDayToSecond) Method
The TdIntervalDayToSecond to compare.
Compares this instance to the specified TdIntervalDayToSecond parameter other.
Syntax
'Declaration
 
Public Overloads Function CompareTo( _
   ByVal other As TdIntervalDayToSecond _
) As Integer
'Usage
 
Dim instance As TdIntervalDayToSecond
Dim other As TdIntervalDayToSecond
Dim value As Integer
 
value = instance.CompareTo(other)
public int CompareTo( 
   TdIntervalDayToSecond other
)
public:
int CompareTo( 
   TdIntervalDayToSecond other
) 

Parameters

other
The TdIntervalDayToSecond to compare.

Return Value

The result of the comparison is returned as a signed integer.
Remarks

The integer returned when this instance is compared to other indicates the following:

Return Value Meaning
Less than Zero

This instance is less than other

-or-

This instance is TdIntervalDayToSecond.Null and other is non-null.

Zero

This instance is equal to other

-or-

This instance is Null and other is Null.

Greater than Zero

This instance is greater than other

-or-

other is Null and this instance is non-null.

Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdIntervalDayToSecond Structure
TdIntervalDayToSecond Members
Overload List