docs/Functions.html
The following functions are available globally.
`
==(_:_:)
`
Returns whether the two network reachability status values are equal.
Swift
public func ==(
lhs: NetworkReachabilityManager.NetworkReachabilityStatus,
rhs: NetworkReachabilityManager.NetworkReachabilityStatus)
-> Bool
| lhs |
The left-hand side value to compare.
|
| rhs |
The right-hand side value to compare.
|
true if the two values are equal, false otherwise.