Functions
The following functions are available globally.
-
Returns whether the two network reachability status values are equal.
Declaration
Swift
public func == ( lhs: NetworkReachabilityStatus, rhs: NetworkReachabilityStatus ) -> BoolParameters
lhsThe left-hand side value to compare.
rhsThe right-hand side value to compare.
Return Value
trueif the two values are equal,falseotherwise.
View on GitHub
Functions Reference