Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.dsl
/
notEq
not
Eq
infix
fun
<
T
:
Any
>
ColumnDeclaring
<
T
>
.
notEq
(
expr
:
ColumnDeclaring
<
T
>
)
:
BinaryExpression
<
Boolean
>
(
source
)
infix
fun
<
T
:
Any
>
ColumnDeclaring
<
T
>
.
notEq
(
value
:
T
)
:
BinaryExpression
<
Boolean
>
(
source
)
infix
fun
<
T
:
Any
>
T
.
notEq
(
expr
:
ColumnDeclaring
<
T
>
)
:
BinaryExpression
<
Boolean
>
(
source
)
Not-equal operator, translated to
<>
in SQL.