BluetoothAddressEquals(Object) Method

Compares two BluetoothAddress instances for equality.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The BluetoothAddress to compare with the current instance.

Return Value

Boolean
true if obj is a BluetoothAddress and equal to the current instance; otherwise, false.

See Also