BluetoothUuidInequality(BluetoothUuid, Guid) Operator

Returns true if both Uuids are unequal.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static bool operator !=(
	BluetoothUuid uuid1,
	Guid uuid2
)

Parameters

uuid1  BluetoothUuid

[Missing <param name="uuid1"/> documentation for "M:InTheHand.Bluetooth.BluetoothUuid.op_Inequality(InTheHand.Bluetooth.BluetoothUuid,System.Guid)"]

uuid2  Guid

[Missing <param name="uuid2"/> documentation for "M:InTheHand.Bluetooth.BluetoothUuid.op_Inequality(InTheHand.Bluetooth.BluetoothUuid,System.Guid)"]

Return Value

Boolean

[Missing <returns> documentation for "M:InTheHand.Bluetooth.BluetoothUuid.op_Inequality(InTheHand.Bluetooth.BluetoothUuid,System.Guid)"]

See Also