---
title: ComparisonResult.orderedAscending
framework: foundation
role: symbol
role_heading: Case
path: foundation/comparisonresult/orderedascending
---

# ComparisonResult.orderedAscending

The left operand is smaller than the right operand.

## Declaration

```swift
case orderedAscending
```

## See Also

### Constants

- [ComparisonResult.orderedSame](foundation/comparisonresult/orderedsame.md)
- [ComparisonResult.orderedDescending](foundation/comparisonresult/ordereddescending.md)
