---
title: PredicateExpressions.StringLocalizedCompare
framework: foundation
role: symbol
role_heading: Structure
path: foundation/predicateexpressions/stringlocalizedcompare
---

# PredicateExpressions.StringLocalizedCompare

## Declaration

```swift
struct StringLocalizedCompare<Root, Other> where Root : PredicateExpression, Other : PredicateExpression, Root.Output : StringProtocol, Other.Output : StringProtocol
```

## Topics

### Initializers

- [init(root:other:)](foundation/predicateexpressions/stringlocalizedcompare/init(root:other:).md)

### Instance Properties

- [other](foundation/predicateexpressions/stringlocalizedcompare/other.md)
- [root](foundation/predicateexpressions/stringlocalizedcompare/root.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Escapable](swift/escapable.md)
- [PredicateExpression](foundation/predicateexpression.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [StandardPredicateExpression](foundation/standardpredicateexpression.md)
