Class: ElseIfEquals

system.logics. ElseIfEquals


new ElseIfEquals( [value1] [, value2] [, then])

Defines an equality between two values in an conditional block.

Parameters:
Name Type Argument Default Description
value1 Object <optional>

The condition to evaluate.

value2 Object <optional>

The condition to evaluate.

then system.process.Action <optional>
null

The action to execute if the two values are equals.

See:

Extends

Methods


eval()

Evaluates the specified condition.

Inherited From:

toString()

Returns the string representation of this instance.

Inherited From:
Returns:

the string representation of this instance.