'Usage Dim instance As NativeObjectArray(Of T,TParentType) Dim item As T Dim value As Boolean value = instance.Contains(item)
Parameters
- item
- The item to locate in the list.
Return Value
True if item is found in the list; otherwise, false.