isEqual(to:)
Indicates whether the receiver represents the same host as another NSHost object.
Declaration
func isEqual(to aHost: Host) -> BoolParameters
- aHost:
Host to compare the receiver to.
Return Value
true when the receiver and host share at least one network address; false otherwise.