'Usage Dim instance As SmartItemCollection Dim item As SmartItem Dim value As Boolean value = instance.Contains(item)
Parameters
- item
- A reference to the SmartItem object to locate
Return Value
true if the SmartItem exists in the collection; false otherwise.