'Declaration
Public Function Contains( _ ByVal item As SubItemInfo _ ) As Boolean
'Usage
Dim instance As SubItemCollectionInfo Dim item As SubItemInfo Dim value As Boolean value = instance.Contains(item)
public bool Contains( SubItemInfo item )
Parameters
- item
- The SubItemInfo to locate in the collection.
Return Value
true if the item is found in the collection; otherwise, false.