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:
IbisTagsThe second instance.
The data is owned by the caller of the method.