BluetoothAddressEquals(Object) Method
Compares two BluetoothAddress instances for equality.
Namespace: InTheHand.NetAssembly: 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
- The BluetoothAddress to compare with the current instance.
Booleantrue if obj is a BluetoothAddress and equal to the current instance; otherwise, false.