Skip to content

FacetConfig.compare method

FacetConfig › compare

Unofficial

Compare two output values.

Signature:

compare(a: Output, b: Output): boolean

Parameters:

Parameter Type Description
a Output The first value.
b Output The second value.

Returns: booleanWhether the values are equal.