[Missing <summary> documentation for "M:InTheHand.Net.BluetoothAddress.op_Equality(InTheHand.Net.BluetoothAddress,InTheHand.Net.BluetoothAddress)"]
public static bool operator ==(
BluetoothAddress x,
BluetoothAddress y
)
Public Shared Operator = (
x As BluetoothAddress,
y As BluetoothAddress
) As Boolean
public:
static bool operator ==(
BluetoothAddress^ x,
BluetoothAddress^ y
)
static let inline (=)
x : BluetoothAddress *
y : BluetoothAddress : bool
[Missing <param name="x"/> documentation for "M:InTheHand.Net.BluetoothAddress.op_Equality(InTheHand.Net.BluetoothAddress,InTheHand.Net.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)"]