ClassOfDeviceEquals(Object) Method
            Returns a value indicating whether this instance is equal to a specified 
            object.
            
Namespace: InTheHand.Net.BluetoothAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 
- obj  Object
- An object
            value to compare with the current instance.
            
Booleantrue if 
obj is an instance of 
ClassOfDevice
            and equals the value of this instance; otherwise, false.