SqlDecimal::Equals Method (Object^)
.NET Framework (current version)
Compares the supplied Object parameter to the Value property of the SqlDecimal instance.
Assembly: System.Data (in System.Data.dll)
Parameters
- value
-
Type:
System::Object^
The Object to be compared.
Return Value
Type: System::Booleantrue if object is an instance of SqlDecimal and the two are equal. Otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: