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