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.