CBUUID.Equality(CBUUID, CBUUID) Operator

Definition

Determines if two CBUUID are equal.

public static bool operator == (CoreBluetooth.CBUUID a, CoreBluetooth.CBUUID b);
static member ( = ) : CoreBluetooth.CBUUID * CoreBluetooth.CBUUID -> bool

Parameters

a
CBUUID

First CBUUID to compare.

b
CBUUID

Second CBUUID to compare.

Returns

Remarks

True if they are equal (either because they are the same object, or because they represent the same UUID value).

Applies to