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