cef_extension_t.is_same

Returns true (1) if this object is the same extension as |that| object. Extensions are considered the same if identifier, path and loader context match.

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

Meta