Send feedback on this topic.
Teradata.Client.Provider
Compare Method (TdIntervalMinute)



Teradata.Client.Provider Namespace > TdIntervalMinute Structure : Compare Method
An instance of TdIntervalMinute.
An instance of TdIntervalMinute.
Two TdIntervalMinute intervals are compared and a value is returned that indicates left is greater than, less than or equal to right.
Syntax
'Declaration
 
Public Shared Function Compare( _
   ByVal left As TdIntervalMinute, _
   ByVal right As TdIntervalMinute _
) As Integer
'Usage
 
Dim left As TdIntervalMinute
Dim right As TdIntervalMinute
Dim value As Integer
 
value = TdIntervalMinute.Compare(left, right)
public static int Compare( 
   TdIntervalMinute left,
   TdIntervalMinute right
)
public:
static int Compare( 
   TdIntervalMinute left,
   TdIntervalMinute right
) 

Parameters

left
An instance of TdIntervalMinute.
right
An instance of TdIntervalMinute.

Return Value

The result of the comparison is returned as a signed integer.
Remarks
Return Value Description
Less than Zero

left is less than right

-or-

left is TdIntervalMinute.Null and right is not Null.

Zero

left equals right

-or-

left is Null and right is Null.

Greater than Zero

left is greater than right

-or-

left is not Null and right is Null.

Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdIntervalMinute Structure
TdIntervalMinute Members