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