Method

ArrowFileInfoequal

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 GArrowFileInfo
 

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