Determines whether the UsbEndpointList contains a specific value.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool Contains( UsbEndpointBase item )
Public Function Contains ( _ item As UsbEndpointBase _ ) As Boolean
public: bool Contains( UsbEndpointBase^ item )
Parameters
- item (UsbEndpointBase)
- The UsbEndpointBase to locate in the UsbEndpointList.
Return Value
true if item is found in the UsbEndpointList; otherwise, false.