Determine CWNetworkProfile object equality.
SDK
- macOS 10.7+
Framework
- Core WLAN
Declaration
func isEqual(to networkProfile: CWNetwork Profile) -> Bool
Parameters
networkProfile
The CWNetworkProfile object with which to compare the receiver.
Return Value
YES if the objects are equal.
Discussion
CWNetwork objects are considered equal if their corresponding ssidData and securityType properties are equal.