CFRunLoop.Inequality(CFRunLoop, CFRunLoop) 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.
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