Returns whether the field collection contains the specified field.
'Declaration
Public Overloads Function Contains( _
ByVal As Field _
) As System.Boolean
public System.bool Contains(
Field
)
Parameters
- field
- Specifies the field to look for in the collection.
Return Value
A Boolean value indicating whether the specified field was found.