BluetoothAddressInequality Operator

Returns an indication whether the values of two specified BluetoothAddress objects are not equal.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static bool operator !=(
	BluetoothAddress x,
	BluetoothAddress y
)

Parameters

x  BluetoothAddress
A BluetoothAddress or .
y  BluetoothAddress
A BluetoothAddress or .

Return Value

Boolean
true if the value of the two instance is different; otherwise, false.

See Also