neq

inline fun <T : Any> neq(value: T): T

Matches if the value is not equal to the provided value via the deepEquals function.