Returns an indication whether the values of two specified BluetoothAddress objects are not equal.
| 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_Inequality(InTheHand.Net.BluetoothAddress,InTheHand.Net.BluetoothAddress)"]
- y (BluetoothAddress)
[Missing <param name="y"/> documentation for "M:InTheHand.Net.BluetoothAddress.op_Inequality(InTheHand.Net.BluetoothAddress,InTheHand.Net.BluetoothAddress)"]
[Missing <returns> documentation for "M:InTheHand.Net.BluetoothAddress.op_Inequality(InTheHand.Net.BluetoothAddress,InTheHand.Net.BluetoothAddress)"]