Determines whether the specified object is equal to the current device instance.
'Declaration
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
'Usage
Dim instance As Device
Dim obj As Object
Dim value As Boolean
value = instance.Equals(obj)
public override bool Equals(
object
)
Parameters
- obj
Return Value
True if the specified object is equal to the current device instance, otherwise false.