Determines whether the UsbEndpointList contains a specific value.

C# | Visual Basic | Visual C++ |
public bool Contains( UsbEndpointBase item )
Public Function Contains ( _ item As UsbEndpointBase _ ) As Boolean
public: bool Contains( UsbEndpointBase^ item )

- item (UsbEndpointBase)
- The UsbEndpointBase to locate in the UsbEndpointList.

true if item is found in the UsbEndpointList; otherwise, false.