---
title: ComparisonResult.orderedDescending
framework: foundation
role: symbol
role_heading: Case
path: foundation/comparisonresult/ordereddescending
---

# ComparisonResult.orderedDescending

The left operand is greater than the right operand.

## Declaration

```swift
case orderedDescending
```

## See Also

### Constants

- [ComparisonResult.orderedAscending](foundation/comparisonresult/orderedascending.md)
- [ComparisonResult.orderedSame](foundation/comparisonresult/orderedsame.md)
