AttrList.equal

bool equal(pango.attr_list.AttrList otherList)

Checks whether list and other_list contain the same attributes and whether those attributes apply to the same ranges.

Beware that this will return wrong values if any list contains duplicates.

Parameters

otherListthe other [pango.attr_list.AttrList]

Returns

true if the lists are equal, false if

they aren't