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
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

TdNumber Structure
TdNumber Members
Overload List