'UsageDim instance As SmartList(Of T) Dim item As T Dim value As Boolean value = instance.Contains(item)
Parameters
- item
- The item.
Return Value
true if [contains] [the specified item]; otherwise, false.
'UsageDim instance As SmartList(Of T) Dim item As T Dim value As Boolean value = instance.Contains(item)
true if [contains] [the specified item]; otherwise, false.