Example #1
0
 /// <summary>
 /// Returns true (1) if this object is pointing to the same task runner as
 /// |that| object.
 /// </summary>
 /// <remarks>
 /// See also the original CEF documentation in
 /// <see href="https://bitbucket.org/chromiumfx/chromiumfx/src/tip/cef/include/capi/cef_task_capi.h">cef/include/capi/cef_task_capi.h</see>.
 /// </remarks>
 public bool IsSame(CfxTaskRunner that)
 {
     return(0 != CfxApi.cfx_task_runner_is_same(NativePtr, CfxTaskRunner.Unwrap(that)));
 }