isNotDistinctFrom

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

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


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.