equalTo

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

Return

an equal to expression.

Parameters

string

the string expression to compare with the current expression.


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

Return

an equal to expression.

Parameters

int

the int expression to compare with the current expression.


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

Return

an equal to expression.

Parameters

long

the long expression to compare with the current expression.


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

Return

an equal to expression.

Parameters

float

the float expression to compare with the current expression.


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

Return

an equal to expression.

Parameters

double

the double expression to compare with the current expression.


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

Return

an equal to expression.

Parameters

boolean

the boolean expression to compare with the current expression.


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

Return

an equal to expression.

Parameters

date

the date expression to compare with the current expression.


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

Return

an equal to expression.

Parameters

map

the map expression to compare with the current expression.


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

Return

an equal to expression.

Parameters

list

the list expression to compare with the current expression.