Method

ArrowFieldequal

Declaration [src]

gboolean
garrow_field_equal (
  GArrowField* field,
  GArrowField* other_field
)

Description

No description available.

Parameters

other_field GArrowField
 

A GArrowField 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.