skbio.metadata.IntervalMetadata.__ne__¶
- IntervalMetadata.__ne__(other)[source]¶
Test if this object is not equal to another.
State: Experimental as of 0.5.1.
- Parameters:
other (IntervalMetadata) – Interval metadata to test for inequality against.
- Returns:
Indicates if the two objects are not equal.
- Return type: