Operator operator <=
operator <=(MonetaryValue, MonetaryValue)
Compares two values to determine which is less or equal.
Declaration
public static bool operator <=(MonetaryValue x, MonetaryValue y)
Parameters
| Type | Name | Description |
|---|---|---|
| MonetaryValue | x | |
| MonetaryValue | y |
Returns
| Type | Description |
|---|---|
| bool | true if |