'Usage Dim instance As ImGearXMPArray(Of T) Dim item As T Dim value As Boolean value = instance.Contains(item)
Parameters
- item
- The object to locate in the ImGearXMPArray<T>.
Return Value
true if item is found in the ImGearXMPArray<T>; otherwise - false.