Equals Method (other)
From LibUsbDotNet
|
LibUsbDotNet 2.2.8
Equals Method (other)
Library Reference ► MonoLibUsb.Profile ► MonoUsbProfile ► Equals(MonoUsbProfile)
|
|
Compares a MonoUsbProfile with this one.
| C# | Visual Basic | Visual C++ |
public bool Equals( MonoUsbProfile other )
Public Function Equals ( _ other As MonoUsbProfile _ ) As Boolean
public: bool Equals( MonoUsbProfile^ other )
- other (MonoUsbProfile)
- The other MonoUsbProfile.
True if the BusNumber and DeviceAddress are equal.