Method

IbisTagsequal

since: 0.1

Declaration [src]

gboolean
ibis_tags_equal (
  IbisTags* tags1,
  IbisTags* tags2
)

Description [src]

Checks if both tags1 and tags2 contain the exact same keys and values.

Available since: 0.1

Parameters

tags2

Type: IbisTags

The second instance.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the same keys and values are found in both tags.