Determines whether the collection contains a specific field.
'Declaration
Public Overloads Function Contains( _
ByVal As Field _
) As Boolean
public bool Contains(
Field
)
Parameters
- f
- Reference to the Field object.
Return Value
True if the collection contains specified field; otherwise, false.