Skip to content

Value.equals method

Value › equals

Official

Signature:

equals(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 equal to the provided Value.

Signature:

equals(other: this): boolean

Parameters:

Parameter Type Description
other this

Returns: boolean

Since: 1.10.0