Returns a value indicating whether this instance is equal to a specified
ClassOfDevice value.
| C# | Visual Basic |
public bool Equals( ClassOfDevice other )
Public Function Equals ( _ other As ClassOfDevice _ ) As Boolean
- other (ClassOfDevice)
- An ClassOfDevice value to compare with the current instance.
true if other
has the same value as this instance; otherwise, false.