is

expect infix fun is(expression: Expression): Expression(source)

Create an IS expression that evaluates whether or not the current expression is equal to the given expression.

Return

an IS expression.

Parameters

expression

the expression to compare with the current expression.

actual infix fun is(expression: Expression): Expression(source)
actual infix fun is(expression: Expression): Expression(source)