Back to Alamofire

Functions

docs/docsets/Alamofire.docset/Contents/Resources/Documents/Functions.html

5.12.0709 B
Original Source

Functions

The following functions are available globally.

`

                ==(_:_:)
                `

Returns whether the two network reachability status values are equal.

Declaration

Swift

public func ==(
    lhs: NetworkReachabilityManager.NetworkReachabilityStatus,
    rhs: NetworkReachabilityManager.NetworkReachabilityStatus)
    -> Bool

Parameters

| lhs |

The left-hand side value to compare.

| | rhs |

The right-hand side value to compare.

|

Return Value

true if the two values are equal, false otherwise.