Method

ArrowFunctionequal

Declaration [src]

gboolean
garrow_function_equal (
  GArrowFunction* function,
  GArrowFunction* other_function
)

Description

No description available.
Available since:7.0.0

Parameters

other_function GArrowFunction
 

A GArrowFunction to be compared.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

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