Method

ArrowExpressionequal

Declaration [src]

gboolean
garrow_expression_equal (
  GArrowExpression* expression,
  GArrowExpression* other_expression
)

Description

No description available.
Available since:6.0.0

Parameters

other_expression GArrowExpression
 

A GArrowExpression.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if both of them have the same content, FALSE otherwise.