Not equal

Validates that a value is not equal to the specified value

val notAcceptedNumber = 7

val numberTextField = NotEqualToValidable(
    notAcceptedNumber,
    "The value must be different from $notAcceptedNumber"
)