Equals Method (MySqlDecimal)
Returns a value indicating whether two
MySqlDecimal instances have same value.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
Parameters
- other
- A MySqlDecimal instance to compare with.
Return Value
true, if current
MySqlDecimal equals to the
object argument; otherwise,
false.