core
0.18.1
core
/
de.peekandpoke.kraft.addons.forms.validation
/
notEqualTo
not
Equal
To
fun
<
T
>
notEqualTo
(
compareWith
:
(
)
->
T
,
message
:
(
T
)
->
String
=
{ "Must not be equal to '$compareWith()'" }
)
:
GenericRule
<
T
>
Content copied to clipboard
fun
<
T
>
notEqualTo
(
compareWith
:
(
)
->
T
,
message
:
String
=
"Must not be equal to '"
)
:
Rule
<
T
>
Content copied to clipboard
fun
<
T
>
notEqualTo
(
compareWith
:
T
,
message
:
String
=
"Must not be equal to '"
)
:
Rule
<
T
>
Content copied to clipboard