---
title: ">(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/_(_:_:)-yktb"
---

# >(_:_:)

Returns a Boolean value indicating whether the first tuple is ordered after the second in a lexicographical ordering.

## Declaration

```swift
func > (lhs: (), rhs: ()) -> Bool
```

## Parameters

- `lhs`: An empty tuple.
- `rhs`: An empty tuple.

## Discussion

Discussion An arity zero tuple is never strictly after another arity zero tuple in a lexicographical ordering.

## See Also

### Tuple Comparison

- [<(_:_:)](swift/_(_:_:)-1b1cu.md)
- [<(_:_:)](swift/_(_:_:)-4ck5h.md)
- [<(_:_:)](swift/_(_:_:)-23151.md)
- [<(_:_:)](swift/_(_:_:)-6p1tf.md)
- [<(_:_:)](swift/_(_:_:)-3hhjy.md)
- [<(_:_:)](swift/_(_:_:)-8mgtp.md)
- [<=(_:_:)](swift/_=(_:_:)-16p1e.md)
- [<=(_:_:)](swift/_=(_:_:)-3jpod.md)
- [<=(_:_:)](swift/_=(_:_:)-8u5uu.md)
- [<=(_:_:)](swift/_=(_:_:)-6kea2.md)
- [<=(_:_:)](swift/_=(_:_:)-1hzxz.md)
- [<=(_:_:)](swift/_=(_:_:)-7n746.md)
- [>(_:_:)](swift/_(_:_:)-4xg09.md)
- [>(_:_:)](swift/_(_:_:)-7p512.md)
- [>(_:_:)](swift/_(_:_:)-5gb41.md)
