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

# >(_:_:)

Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.

## Declaration

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

## Parameters

- `lhs`: A value to compare.
- `rhs`: Another value to compare.
