Operator operator !=
operator !=(BigDecimal, BigDecimal)
Compares two values to determine inequality.
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 |