This documentation is archived and is not being maintained.
FieldCollection::Contains Method
Visual Studio 2013
Checks whether this collection contains the specified Field.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Contains(Int32) | Checks whether this collection contains the Field that is specified by its ID. |
|
Contains(String) | Checks whether this collection contains the Field that is specified by its name or reference name. |
|
Contains(Field) | Checks whether this collection contains the specified Field. |
Show: