---
title: "matches(address:)"
framework: wifiinfrastructure
role: symbol
role_heading: Instance Method
path: "wifiinfrastructure/wimacaddress/hash/matches(address:)"
---

# matches(address:)

true if the provided MAC address matches this hash, false otherwise.

## Declaration

```swift
func matches(address: WIMACAddress) -> Bool
```

## Parameters

- `address`: The MAC Address to compare against.

## Return Value

Return Value true if the provided MAC address matches this hash, false otherwise.
