skbio.metadata.Interval.__ne__

Interval.__ne__(other)[source]

Test if this Interval object is not equal to another.

State: Experimental as of 0.5.1.

Parameters:

other : Interval

Interval to test for inequality against.

Returns:

bool

Indicates if the two objects are not equal.