Variant.equal

Checks if one and two have the same type and value. The types of one and two are gconstpointer only to allow use of this function with GHashTable. They must each be a GVariant. Since 2.24

class Variant
static
int
equal
(
void* one
,
void* two
)

Parameters

one void*

a GVariant instance. [type GVariant]

two void*

a GVariant instance. [type GVariant]

Return Value

Type: int

TRUE if one and two are equal

Meta