Skip to content

FacetConfig.compareInput method

FacetConfig › compareInput

Unofficial

Compare two input values.

Signature:

compareInput(a: Input, b: Input): boolean

Parameters:

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

Returns: booleanWhether the values are equal.