Method

ArrowFileInfoequal

since: 0.17.0

Declaration [src]

gboolean
garrow_file_info_equal (
  GArrowFileInfo* file_info,
  GArrowFileInfo* other_file_info
)

Description

No description available.

Available since: 0.17.0

Parameters

other_file_info

Type: GArrowFileInfo

A GArrowFileInfo 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 data, FALSE otherwise.