|
|
| |
|
|
|
|
|
|
Determines whether the collection contains a specific item.
|
|
|
|
| |
|
[C#]
bool Contains(Field
value)
[Visual Basic]
Function Contains(value As Field) As Boolean
|
|
|
|
| |
| Name
|
Description
|
| value |
The object to locate. |
| return |
True if the object is found, otherwise false. |
|
|
|
|
| |
|
Determines whether the collection contains a specific item.
|
|
|
|
| |
|