Dynamic predicate find function. Pass this function into any method that has a Predicate<(Of <(<'T>)>)> parameter.
Declaration Syntax
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 )
Parameters
- usbRegistry (UsbRegistry)
- The UsbRegistry device to check.
Return Value
True if the UsbRegistry instance matches the UsbDeviceFinder properties.
Remarks
Override this member when inheriting the UsbDeviceFinder class to change/alter the matching behavior.