CLLocationCoordinate2D
extension CLLocationCoordinate2D: Equatable
                - 
                  
                  
Returns a Boolean value indicating whether two coordinates are equal.
Declaration
Swift
public static func == (lhs: CLLocationCoordinate2D, rhs: CLLocationCoordinate2D) -> BoolParameters
lhsCoordinate to compare
rhsAnother coordinate to compare
Return Value
if coordinates are equal
 
View on GitHub
        CLLocationCoordinate2D Extension Reference