Boolean

Boolean

The namespace for all UF/Boolean utility functions, typically for static methods.

Source:

Methods

(static) strictEquality(arg0_variable, arg1_variable) → {boolean}

Checks for strict equality between two values.

Source:
Parameters:
Name Type Description
arg0_variable any
arg1_variable any
Returns:
Type:
boolean