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