matches(address:)
true if the provided MAC address matches this hash, false otherwise.
Declaration
func matches(address: WIMACAddress) -> BoolParameters
- address:
The MAC Address to compare against.
Return Value
true if the provided MAC address matches this hash, false otherwise.