Contents

matches(address:)

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

Declaration

func matches(address: WIMACAddress) -> Bool

Parameters

  • address:

    The MAC Address to compare against.

Return Value

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