Returns an indication whether the values of two specified BluetoothAddress objects are equal.
New in v1.5
| C# | Visual Basic |
public static bool operator ==( BluetoothAddress x, BluetoothAddress y )
Public Shared Operator = ( _ x As BluetoothAddress, _ y As BluetoothAddress _ ) As Boolean
- 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)"]
[Missing <returns> documentation for "M:InTheHand.Net.BluetoothAddress.op_Equality(InTheHand.Net.BluetoothAddress,InTheHand.Net.BluetoothAddress)"]