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