isNotDistinctFrom

@JvmName(name = "isNotDistinctFromEntityID")
open infix fun <T : Comparable<T>> Column<EntityID<T>>.isNotDistinctFrom(t: T): IsNotDistinctFromOp

Checks if this expression is equal to some t value, with null treated as a comparable value


open infix fun <T : Comparable<T>, S : T?> Expression<in S>.isNotDistinctFrom(other: Expression<in S>): IsNotDistinctFromOp

Checks if this expression is equal to some other expression, with null treated as a comparable value


Checks if this EntityID expression is equal to some other expression


Checks if this expression is equal to some other expression.