DELTA

DELTA(arg1, arg2) → { number | string | boolean }

Tests whether two numbers are equal.

Parameters:

Name Type Description
arg1 any

Is the first number.

arg2 any

Is the second number.

Returns:

Type
number | string | boolean