Operator operator <=
operator <=(BigDecimal, BigDecimal)
Compares two values to determine which is less or equal.
Declaration
public static bool operator <=(BigDecimal left, BigDecimal right)
Parameters
Type | Name | Description |
---|---|---|
BigDecimal | left | The value to compare with |
BigDecimal | right | The value to compare with |
Returns
Type | Description |
---|---|
bool | true if |