'Usage
Dim instance As FieldCollection(Of T) Dim value As T Dim value As Boolean value = instance.Contains(value)
Parameters
- value
- The T to search for in the collection.
Return Value
true if the collection contains the specified object; otherwise, false.