Method Equals
Equals(BigDecimal)
Indicates whether this value and the specified other value are equal.
Declaration
public bool Equals(BigDecimal other)
Parameters
Type | Name | Description |
---|---|---|
BigDecimal | other |
Returns
Type | Description |
---|---|
bool |
Implements
Equals(object?)
Indicates whether this value and the specified object are equal.
Declaration
public override bool Equals(object? obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Returns
Type | Description |
---|---|
bool |