IrDAEndPointEquals Method
Namespace: InTheHand.NetAssembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public virtual bool Equals(
	Object obj
)
Public Overridable Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
)
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 
- obj  Object
- The [!:BluetoothEndPoint]
            to compare with the current instance.
            
Booleantrue if 
obj
            is a 
IrDAEndPoint and equal to the current instance;
            otherwise, 
false.