DecimalEquals Method (Decimal) |
Returns a value indicating whether this instance and a specified
Decimal object represent the same value.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public bool Equals(
decimal value
)
Parameters
- value
- Type: SystemDecimal
An object to compare to this instance.
Return Value
Type:
Booleantrue if
value is equal to this instance; otherwise, false.
See Also