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