skbio.metadata.Interval.__ne__#

Interval.__ne__(other)[source]#

Test if this Interval object is not equal to another.

Parameters:
otherInterval

Interval to test for inequality against.

Returns:
bool

Indicates if the two objects are not equal.