---
title: "hash(into:)"
framework: wifiaware
role: symbol
role_heading: Instance Method
path: "wifiaware/waendpoint/hash(into:)"
---

# hash(into:)

Compute unique hash of this object.

## Declaration

```swift
func hash(into hasher: inout Hasher)
```

## Parameters

- `hasher`: The hasher to combine the properties into.

## See Also

### Hashing and comparing

- [==(_:_:)](wifiaware/waendpoint/==(_:_:).md)
