public static bool operator !=(
BluetoothUuid uuid1,
Guid uuid2
)
Public Shared Operator <> (
uuid1 As BluetoothUuid,
uuid2 As Guid
) As Boolean
public:
static bool operator !=(
BluetoothUuid uuid1,
Guid uuid2
)
static let inline (<>)
uuid1 : BluetoothUuid *
uuid2 : Guid : bool
[Missing <param name="uuid1"/> documentation for "M:InTheHand.Bluetooth.BluetoothUuid.op_Inequality(InTheHand.Bluetooth.BluetoothUuid,System.Guid)"]
[Missing <param name="uuid2"/> documentation for "M:InTheHand.Bluetooth.BluetoothUuid.op_Inequality(InTheHand.Bluetooth.BluetoothUuid,System.Guid)"]
[Missing <returns> documentation for "M:InTheHand.Bluetooth.BluetoothUuid.op_Inequality(InTheHand.Bluetooth.BluetoothUuid,System.Guid)"]