In The Hand
Equality Operator
NamespacesInTheHand.NetBluetoothAddressEquality(BluetoothAddress, BluetoothAddress)
.NET Components for Mobility
Returns an indication whether the values of two specified BluetoothAddress objects are equal.

New in v1.5

Declaration Syntax
C#Visual Basic
public static bool operator ==(
	BluetoothAddress x,
	BluetoothAddress y
)
Public Shared Operator = ( _
	x As BluetoothAddress, _
	y As BluetoothAddress _
) As Boolean
Parameters
x (BluetoothAddress)

[Missing <param name="x"/> documentation for "M:InTheHand.Net.BluetoothAddress.op_Equality(InTheHand.Net.BluetoothAddress,InTheHand.Net.BluetoothAddress)"]

y (BluetoothAddress)

[Missing <param name="y"/> documentation for "M:InTheHand.Net.BluetoothAddress.op_Equality(InTheHand.Net.BluetoothAddress,InTheHand.Net.BluetoothAddress)"]

Return Value

[Missing <returns> documentation for "M:InTheHand.Net.BluetoothAddress.op_Equality(InTheHand.Net.BluetoothAddress,InTheHand.Net.BluetoothAddress)"]

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0