equals

.equals a:{Dynamic} to:{Dynamic} -> Boolean

Compares two values for equality.

Return

whether a and to have equal content

Parameters

a

first value to compare

to

second value to compare

Chaining

This function is designed to be chained with other function calls:
Dynamic::equals to:{Dynamic} -> Boolean