cef_binary_value_t.is_same

Returns true (1) if this object and |that| object have the same underlying data.

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

Meta