FacetConfig.compareInput method
FacetConfig › compareInput
Unofficial
Compare two input values.Signature:
compareInput(a: Input, b: Input): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| a | Input | The first value. |
| b | Input | The second value. |
Returns: boolean — Whether the values are equal.