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