cef_browser_t.is_same

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

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

Meta