Method

ArrowSortOptionsequal

Declaration [src]

gboolean
garrow_sort_options_equal (
  GArrowSortOptions* options,
  GArrowSortOptions* other_options
)

Description

No description available.
Available since:3.0.0

Parameters

other_options GArrowSortOptions
 

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