Method

ArrowSortKeyequal

since: 3.0.0

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

Type: GArrowSortKey

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