'Declaration
Public Function Contains( _ ByVal value As TimeSpanField _ ) As Boolean
'Usage
Dim instance As TimeSpanFieldCollection Dim value As TimeSpanField Dim value As Boolean value = instance.Contains(value)
public bool Contains( TimeSpanField value )
Parameters
- value
- The T to search for in the collection.
Return Value
true if the collection contains the specified object; otherwise, false.