cef_value_t.is_equal

Returns true (1) if this object and |that| object have an equivalent underlying value but are not necessarily the same object.

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

Meta