BluetoothUuidEquality(BluetoothUuid, BluetoothUuid) Operator

Returns true if both Uuids are equal.

Definition

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

Parameters

uuid1  BluetoothUuid

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

uuid2  BluetoothUuid

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

Return Value

Boolean

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

See Also