CFRunLoop.Inequality(CFRunLoop, CFRunLoop) Operator

Definition

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

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

Parameters

Returns

Applies to