Method

ArrowSortOptionsequal

since: 3.0.0

Declaration [src]

gboolean
garrow_sort_options_equal (
  GArrowSortOptions* options,
  GArrowSortOptions* other_options
)

Description

No description available.

Available since: 3.0.0

Parameters

other_options

Type: GArrowSortOptions

A GArrowSortOptions 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 sort keys, FALSE otherwise.