Lodash.eq

Performs a SameValueZero comparison between two values to determine if they are equivalent.

struct Lodash
nothrow @trusted @safe ref
eq
(
T
)
(
auto ref T other
)

Return Value

Type: auto ref

- Lodash chained on (boolean): true if the values are equivalent, else false.

Meta