---
title: "localizedStandardCompare(_:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/stringprotocol/localizedstandardcompare(_:)"
---

# localizedStandardCompare(_:)

Compares the string and the given string as sorted by the Finder.

## Declaration

```swift
func localizedStandardCompare<T>(_ string: T) -> ComparisonResult where T : StringProtocol
```
