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

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

TdDecimal Structure
TdDecimal Members
Overload List