Method Equals
| Improve this Doc View SourceEquals(BigDecimal)
Indicates whether this value and the specified other value are equal.
Declaration
public readonly bool Equals(BigDecimal other)
Parameters
Type | Name | Description |
---|---|---|
BigDecimal | other |
Returns
Type | Description |
---|---|
Boolean |
Implements
| Improve this Doc View SourceEquals(Object)
Indicates whether this value and the specified object are equal.
Declaration
public override readonly bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj |
Returns
Type | Description |
---|---|
Boolean |