contains(_:)
Returns a Boolean value indicating whether the back-forward list contains the specified item.
Declaration
func contains(_ item: WebHistoryItem!) -> BoolParameters
- 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.