Contents

contains(_:)

Returns a Boolean value indicating whether the back-forward list contains the specified item.

Declaration

func contains(_ item: WebHistoryItem!) -> Bool

Parameters

  • item:

    The item to find in the back-forward list.

Return Value

true if the specified item is in the back-forward list; otherwise, false.

See Also

Querying the Back-Forward List