Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.

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

- item (UsbRegistry)
- The object to locate in the ICollection<(Of <(<'T>)>)>.

true if item is found in the ICollection<(Of <(<'T>)>)>; otherwise, false.