BluetoothAddressInequality Operator
Returns an indication whether the values of two specified
BluetoothAddress objects are not equal.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
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
- x BluetoothAddress
- A BluetoothAddress or .
- y BluetoothAddress
- A BluetoothAddress or .
Booleantrue if the value of the two instance is different;
otherwise,
false.