isEqual(to:)
Determine CWNetworkProfile object equality.
Declaration
func isEqual(to networkProfile: CWNetworkProfile) -> BoolParameters
- 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.