Send feedback on this topic.
Teradata.Client.Provider
Equals(TdIntervalMinuteToSecond) Method



Teradata.Client.Provider Namespace > TdIntervalMinuteToSecond Structure > Equals Method : Equals(TdIntervalMinuteToSecond) Method
TdIntervalMinuteToSecond that will be compared to this instance of TdIntervalMinuteToSecond.
Compares this instance and another TdIntervalMinuteToSecond to determine whether they are equal.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As TdIntervalMinuteToSecond _
) As Boolean
'Usage
 
Dim instance As TdIntervalMinuteToSecond
Dim other As TdIntervalMinuteToSecond
Dim value As Boolean
 
value = instance.Equals(other)
public bool Equals( 
   TdIntervalMinuteToSecond other
)
public:
bool Equals( 
   TdIntervalMinuteToSecond other
) 

Parameters

other
TdIntervalMinuteToSecond that will be compared to this instance of TdIntervalMinuteToSecond.

Return Value

true if the two TdIntervalMinuteToSecond objects are equal, false otherwise.
Remarks

The return value is true if the instance is equal to the other, false otherwise.

Return Value Description
true

This instance and other are TdIntervalMinuteToSecond.Null

-or-

This instance is equal to other.

false

This instance is Null and other is not Null

-or-

This instance is not Null and other is Null

-or-

This instance is not equal to other.

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

TdIntervalMinuteToSecond Structure
TdIntervalMinuteToSecond Members
Overload List