skbio.metadata.Interval.__eq__#
- Interval.__eq__(other)[source]#
Test if this
Interval
object is equal to another.The equality is performed by checking if the
metadata
,bounds
andfuzzy
are equal. Since thebounds
and thefuzzy
are sorted, the permutations of them during theInterval
construction or assignment won’t matter.- Parameters:
- otherInterval
Interval to test for equality against.
- Returns:
- bool
Indicates if the two objects are equal.