treams.util.AnnotationSequence.__eq__¶
- AnnotationSequence.__eq__(other)¶
Equality test.
Two sequences of mappings are considered equal when they have equal length and when they all mappings are equal.
- Parameters:
other (Sequence[Mapping]) – Mappings to compare with.
- Returns:
bool