Method

GandivaNativeFunctionequal

since: 0.14.0

Declaration [src]

gboolean
ggandiva_native_function_equal (
  GGandivaNativeFunction* native_function,
  GGandivaNativeFunction* other_native_function
)

Description

No description available.

Available since: 0.14.0

Parameters

other_native_function

Type: GGandivaNativeFunction

A GGandivaNativeFunction 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.