Method

GandivaFunctionSignatureequal

since: 0.14.0

Declaration [src]

gboolean
ggandiva_function_signature_equal (
  GGandivaFunctionSignature* function_signature,
  GGandivaFunctionSignature* other_function_signature
)

Description

No description available.

Available since: 0.14.0

Parameters

other_function_signature

Type: GGandivaFunctionSignature

A GGandivaFunctionSignature to be compared.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if both of them have the same data, FALSE otherwise.