Method

ArrowExpressionequal

since: 6.0.0

Declaration [src]

gboolean
garrow_expression_equal (
  GArrowExpression* expression,
  GArrowExpression* other_expression
)

Description

No description available.

Available since: 6.0.0

Parameters

other_expression

Type: GArrowExpression

A GArrowExpression.

The data is owned by the caller of the function.

Return value

Type: gboolean

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