Method

ArrowFunctionOptionsequal

Declaration [src]

gboolean
garrow_function_options_equal (
  GArrowFunctionOptions* options,
  GArrowFunctionOptions* other_options
)

Description

No description available.
Available since:7.0.0

Parameters

other_options GArrowFunctionOptions
 

A GArrowFunctionOptions to be compared.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

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