Skip to content

FacetConfig.compare method

FacetConfig › compare

Unofficial

Compare two output values.

Signature:

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

Parameters:

ParameterTypeDescription
aOutputThe first value.
bOutputThe second value.

Returns: booleanWhether the values are equal.