ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / FieldCollection Class / Contains Method / Contains(Field) Method
Reference to the Field object.

In This Topic
    Contains(Field) Method
    In This Topic
    Determines whether the collection contains a specific field.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal f As Field _
    ) As System.Boolean
    public System.bool Contains( 
       Field f
    )

    Parameters

    f
    Reference to the Field object.

    Return Value

    True if the collection contains specified field; otherwise, false.
    See Also