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



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

Parameters

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

Return Value

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

false will be returned if:

true will be returned if:

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdDecimal Structure
TdDecimal Members
Overload List