方法
ArrowSortKeyequal
since: 3.0.0
声明 [src]
gboolean
garrow_sort_key_equal (
GArrowSortKey* sort_key,
GArrowSortKey* other_sort_key
)
参数
other_sort_key
-
类型:
GArrowSortKey
要进行比较的
GArrowSortKey
。数据由函数的调用者拥有。
since: 3.0.0
gboolean
garrow_sort_key_equal (
GArrowSortKey* sort_key,
GArrowSortKey* other_sort_key
)
other_sort_key
类型: GArrowSortKey
要进行比较的 GArrowSortKey
。
数据由函数的调用者拥有。 |