Decimal..::..Equals Method (Decimal, Decimal)
Returns a value indicating whether two specified instances of Decimal represent the same value.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool Equals( decimal d1, decimal d2 )
<TemplateAttribute> _ Public Shared Function Equals ( _ d1 As Decimal, _ d2 As Decimal _ ) As Boolean
[TemplateAttribute] public: static bool^ Equals( Decimal^ d1, Decimal^ d2 )
Parameters
- d1
- Type: System..::..Decimal
The first value to compare.
- d2
- Type: System..::..Decimal
The second value to compare.