Determines whether the Soup contains a specific object.

 

   

Syntax
 

[C#]
bool Contains(IndirectObject value)

[Visual Basic]
Function Contains(value As IndirectObject) As Boolean

 

   

Params
 
Name Description
value The object to locate.
return True if the object is found, otherwise false.

 

   

Notes
 

Determines whether the Soup contains a specific IndirectObject.

 

   

Example
 

None.