CBUUID.Equality(CBUUID, CBUUID) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).