---
title: CFComparisonResult.compareGreaterThan
framework: corefoundation
role: symbol
role_heading: Case
path: corefoundation/cfcomparisonresult/comparegreaterthan
---

# CFComparisonResult.compareGreaterThan

Returned by a comparison function if the first value is greater than the second value.

## Declaration

```swift
case compareGreaterThan
```

## See Also

### Constants

- [CFComparisonResult.compareLessThan](corefoundation/cfcomparisonresult/comparelessthan.md)
- [CFComparisonResult.compareEqualTo](corefoundation/cfcomparisonresult/compareequalto.md)
