Variant.equal

bool equal(glib.variant.Variant two)

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.

Parameters

twoa #GVariant instance

Returns

true if one and two are equal