cef_domnode_t.is_same

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

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

Meta