is_of_type


Description:

public bool is_of_type (VariantType type)

Checks if a value has a type matching the provided type.

Parameters:

this

a Variant instance

type

a VariantType

Returns:

true if the type of this matches type