LibUsbDotNet 2.2.8
Check Method (usbDevice)
Library ReferenceLibUsbDotNet.MainUsbDeviceFinderCheck(UsbDevice)
LibUsbDotNet on SourceForge
Dynamic predicate find function. Pass this function into any method that has a Predicate<(Of <(<'T>)>)> parameter.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Check(
	UsbDevice usbDevice
)
Public Overridable Function Check ( _
	usbDevice As UsbDevice _
) As Boolean
public:
virtual bool Check(
	UsbDevice^ usbDevice
)
Parameters
usbDevice (UsbDevice)
The UsbDevice to check.
Return Value
True if the UsbDevice instance matches the UsbDeviceFinder properties.
Remarks
Override this member when inheriting the UsbDeviceFinder class to change/alter the matching behavior.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)