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