skbio.metadata.SampleMetadata.__ne__#
- SampleMetadata.__ne__(other)[source]#
Determine if this metadata is not equal to another.
Metadataobjects are not equal if their IDs, columns (including column names, types, or ordering), ID headers, or metadata values are not equal.- Parameters:
- otherMetadata
Metadata to test for inequality.
- Returns:
- bool
Indicates whether this
Metadataobject is not equal to other.
See also