Contains Method (TitlesCollection)
Determines whether the collection contains the specified title.
'Declaration
Public Function Contains( _
ByVal As Title _
) As Boolean
Parameters
- value
- The title to check.
Return Value
Boolean. Returns True if the collection contains the parameter given; otherwise False.