equal


Description:

public bool equal (VariantType other)

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

a VariantType

type2

a VariantType

Returns:

true if this and type2 are exactly equal

Since 2.24