---
title: ComparisonResult.orderedSame
framework: foundation
role: symbol
role_heading: Case
path: foundation/comparisonresult/orderedsame
---

# ComparisonResult.orderedSame

The two operands are equal.

## Declaration

```swift
case orderedSame
```

## See Also

### Constants

- [ComparisonResult.orderedAscending](foundation/comparisonresult/orderedascending.md)
- [ComparisonResult.orderedDescending](foundation/comparisonresult/ordereddescending.md)
