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



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

Parameters

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

Return Value

true if the two TdNumbers are equal, false otherwise.
Remarks

false will be returned if:

true will be returned if:

Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdNumber Structure
TdNumber Members
Overload List