Indicates whether the receiver represents the same host as another NSHost object.
NSHost
SDK
Framework
On This Page
func isEqual(to aHost: Host) -> Bool
host
Host to compare the receiver to.
true when the receiver and host share at least one network address; false otherwise.
true
false
var addresses: [String]
Returns all the network addresses of the receiver.