skbio.sequence.SubstitutionMatrix.__ne__# SubstitutionMatrix.__ne__(other)[source]# Determine whether two dissimilarity matrices are not equal. Parameters: otherDissimilarityMatrixDissimilarity matrix to compare to. Returns: boolTrue if self is not equal to other, False otherwise. See also __eq__