Method

ArrowFunctionequal

since: 7.0.0

Declaration [src]

gboolean
garrow_function_equal (
  GArrowFunction* function,
  GArrowFunction* other_function
)

Description

No description available.

Available since: 7.0.0

Parameters

other_function

Type: GArrowFunction

A GArrowFunction 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 name, FALSE otherwise.