[]
        
Returns a value indicating whether the field collection contains a field with the specified name.
public bool Contains(string fieldName)
| Type | Name | Description | 
|---|---|---|
| string | fieldName | 
| Type | Description | 
|---|---|
| bool | 
Returns a value indicating whether the field collection contains the specified field.
public bool Contains(Field field)
| Type | Name | Description | 
|---|---|---|
| Field | field | 
| Type | Description | 
|---|---|
| bool |