cef_task_runner_t.is_same

Returns true (1) if this object is pointing to the same task runner as |that| object.

struct cef_task_runner_t
extern (System)
int function(cef_task_runner_t* self, cef_task_runner_t* that) nothrow is_same;

Meta