---
title: "bytesEqual(to:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/utf8span/bytesequal(to:)"
---

# bytesEqual(to:)

Whether this span has the same bytes as other.

## Declaration

```swift
func bytesEqual(to other: some Sequence<UInt8>) -> Bool
```

## Discussion

Discussion note: O(n)
