Method

ArrowFunctionOptionsequal

since: 7.0.0

Declaration [src]

gboolean
garrow_function_options_equal (
  GArrowFunctionOptions* options,
  GArrowFunctionOptions* other_options
)

Description

No description available.

Available since: 7.0.0

Parameters

other_options

Type: GArrowFunctionOptions

A GArrowFunctionOptions to be compared.

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

Return value

Type: gboolean

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