Skip to content

FacetConfig.compareInput method

FacetConfig › compareInput

Unofficial

Compare two input values.

Signature:

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

Parameters:

ParameterTypeDescription
aInputThe first value.
bInputThe second value.

Returns: booleanWhether the values are equal.