Other Functions

The following functions are available globally.

  • Compares whether two option sets contain the same elements. - parameter lhs: Compared element. - parameter rhs: Compared element. - returns: Result of the operation.

    Declaration

    Swift

    public func == (lhs: LaunchOptionsSet, rhs: LaunchOptionsSet) -> Bool

    Parameters

    lhs

    Compared element.

    rhs

    Compared element.

    Return Value

    Result of the operation.