Dynamic predicate find function. Pass this function into any method that has a Predicate<(Of <(<'T>)>)> parameter.

C# | Visual Basic | Visual C++ |
public virtual bool Check( UsbRegistry usbRegistry )
Public Overridable Function Check ( _ usbRegistry As UsbRegistry _ ) As Boolean
public: virtual bool Check( UsbRegistry^ usbRegistry )

- usbRegistry (UsbRegistry)
- The UsbRegistry device to check.

True if the UsbRegistry instance matches the UsbDeviceFinder properties.

Override this member when inheriting the UsbDeviceFinder class to change/alter the matching behavior.