---
title: FileManager.URLRelationship.same
framework: foundation
role: symbol
role_heading: Case
path: foundation/filemanager/urlrelationship/same
---

# FileManager.URLRelationship.same

The directory and the item are the same. This relationship occurs when the value of the fileResourceIdentifierKey is the same for the directory and item.

## Declaration

```swift
case same
```

## See Also

### URL Relationships

- [FileManager.URLRelationship.contains](foundation/filemanager/urlrelationship/contains.md)
- [FileManager.URLRelationship.other](foundation/filemanager/urlrelationship/other.md)
