Interval.
__eq__
(other)[source]¶Test if this Interval
object is equal to another.
State: Experimental as of 0.5.1.
The equality is performed by checking if the metadata
,
bounds
and fuzzy
are equal. Since the bounds
and the fuzzy
are sorted, the permutations of them during
the Interval
construction or assignment won’t matter.
other (Interval) – Interval to test for equality against.
Indicates if the two objects are equal.
bool