Skip to content

Value.looseEquals method

Value › looseEquals

Official

Signature:

looseEquals(a: Value | null, b: Value | null): boolean

Parameters:

Parameter Type Description
a Value | null
b Value | null

Returns: boolean

Since: 1.10.0


Official

Returns a boolean indicating whether this Value is loosely equal to the provided Value.

Signature:

looseEquals(other: Value): boolean

Parameters:

Parameter Type Description
other Value

Returns: boolean

Since: 1.10.0