Click or drag to resize
DecimalEquals Method (Object)
Returns a value indicating whether this instance and a specified Object represent the same type and value.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override bool Equals(
	Object value
)

Parameters

value
Type: SystemObject
The object to compare with this instance.

Return Value

Type: Boolean
true if value is a Decimal and equal to this instance; otherwise, false.
See Also