skbio.metadata.CategoricalMetadataColumn.__ne__#

CategoricalMetadataColumn.__ne__(other)[source]#

Determine if this metadata column is not equal to another.

MetadataColumn objects are not equal if their IDs, column names, column types, ID headers, or metadata values are not equal.

Parameters:
otherMetadataColumn

Metadata column to test for inequality.

Returns:
bool

Indicates whether this MetadataColumn object is not equal to other.

See also

__eq__