infix fun <T> Builder<T>.isNotEqualTo(expected: T?): Builder<T>
Asserts that the subject is not equal to expected according to the standard Kotlin == operator.
==
expected - the expected value.
expected