equal
Description:
Compares this and type2
for equality.
Only returns true if the types are exactly equal. Even if one type is an indefinite type and the other is a subtype of it, false will be returned if they are not exactly equal. If you want to check for subtypes, use is_subtype_of.
The argument types of this and type2
are only gconstpointer
to allow use with
GenericSet without function pointer casting. For both arguments, a valid
VariantType must be provided.
Parameters:
this | |
type2 |
Returns:
true if this and Since 2.24 |