Equals Method (other)

LibUsbDotNet

LibUsbDotNet 2.2.8 Equals Method (other)
Library ReferenceMonoLibUsb.ProfileMonoUsbProfileEquals(MonoUsbProfile)
LibUsbDotNet on SourceForge
Compares a MonoUsbProfile with this one.
Declaration Syntax
C# Visual Basic Visual C++
public bool Equals(
	MonoUsbProfile other
)
Public Function Equals ( _
	other As MonoUsbProfile _
) As Boolean
public:
bool Equals(
	MonoUsbProfile^ other
)
Parameters
other (MonoUsbProfile)
The other MonoUsbProfile.
Return Value
True if the BusNumber and DeviceAddress are equal.

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