---
title: "isLessThanOrEqualTo(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/decimal/islessthanorequalto(_:)"
---

# isLessThanOrEqualTo(_:)

Indicates whether this decimal is less than or equal to the specified one.

## Declaration

```swift
func isLessThanOrEqualTo(_ other: Decimal) -> Bool
```

## See Also

### Comparing decimals

- [isEqual(to:)](foundation/decimal/isequal(to:).md)
- [isLess(than:)](foundation/decimal/isless(than:).md)
- [isTotallyOrdered(belowOrEqualTo:)](foundation/decimal/istotallyordered(beloworequalto:).md)
- [distance(to:)](foundation/decimal/distance(to:).md)
- [advanced(by:)](foundation/decimal/advanced(by:).md)
- [NSDecimalCompare(_:_:)](foundation/nsdecimalcompare(_:_:).md)
