cef_value_t.is_same

Returns true (1) if this object and |that| object have the same underlying data. If true (1) modifications to this object will also affect |that| object and vice-versa.

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

Meta