Global

Methods

equals(val1, val2) → {boolean}

Determine whether two values of any type are equal
Parameters:
Name Type Description
val1 * The first value being checked for equality
val2 * The second value being checked for equality
Source:
Returns:
whether the values are equal
Type
boolean