eq
infix fun Expression<EquatableValue>.eq(other: Expression<EquatableValue>): Expression<BooleanValue>(source)
Returns whether this expression is equal to other.
fun eq(left: Expression<StringValue>, right: Expression<StringValue>, collator: Expression<CollatorValue>): Expression<BooleanValue>(source)
Returns whether the left string expression is equal to the right string expression. An optional collator (see collator function) can be specified to control locale-dependent string comparisons.