CFRunLoop.Equality(CFRunLoop, CFRunLoop) Operator

Definition

Compares two managed CFRunLoops for equality, based on whether they share the same native handle.

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

Parameters

Returns

Applies to