Returns whether the specified object exists within the collection.
"objectCollection_var" is a variable referencing an ObjectCollection object. |
"objectCollection_var" is a variable referencing an ObjectCollection object. |
| Type | Description |
| boolean | Returns true if the specified item is found in the collection. |
| Name | Type | Description |
| item | Base | The item to look for in the collection. |