IntervalMetadata.
__eq__
(other)[source]¶Test if this object is equal to another.
State: Experimental as of 0.5.1.
It checks if the coordinate spaces are the same between the two objects. If so, then check if all the interval features are equal between the two objects after sorting them by bounds.
Parameters: | other : IntervalMetadata
|
---|---|
Returns: | bool
|