---
title: areInIncreasingOrder
framework: combine
role: symbol
role_heading: Instance Property
path: combine/publishers/comparison/areinincreasingorder
---

# areInIncreasingOrder

A closure that receives two elements and returns true if they are in increasing order.

## Declaration

```swift
let areInIncreasingOrder: (Upstream.Output, Upstream.Output) -> Bool
```

## See Also

### Inspecting publisher properties

- [upstream](combine/publishers/comparison/upstream.md)
