skbio.metadata.Interval.__ne__# Interval.__ne__(other)[source]# Test if this Interval object is not equal to another. Parameters: otherIntervalInterval to test for inequality against. Returns: boolIndicates if the two objects are not equal.