Virtual Method

ArrowExtensionDataTypeequal

Declaration [src]

gboolean
equal (
  GArrowExtensionDataType* data_type,
  GArrowExtensionDataType* other_data_type
)

Description [src]

It must returns TRUE only when the both data types equal, FALSE otherwise.

Parameters

other_data_type

Type: GArrowExtensionDataType

No description available.

The data is owned by the caller of the method.

Return value

Type: gboolean

No description available.