Method

ArrowSortKeyequal

Declaration [src]

gboolean
garrow_sort_key_equal (
  GArrowSortKey* sort_key,
  GArrowSortKey* other_sort_key
)

Description

No description available.
Available since:3.0.0

Parameters

other_sort_key GArrowSortKey
 

A GArrowSortKey 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 and order, FALSE otherwise.