---
title: lastEqual
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsbinarysearchingoptions/lastequal
---

# lastEqual

Specifies that the search should return the last object in the range that is equal to the given object.

## Declaration

```swift
static var lastEqual: NSBinarySearchingOptions { get }
```

## See Also

### Constants

- [firstEqual](foundation/nsbinarysearchingoptions/firstequal.md)
- [insertionIndex](foundation/nsbinarysearchingoptions/insertionindex.md)
