Skip to content

StateFieldSpec.compare method

StateFieldSpec › compare

Unofficial

Compare two values of this field.

Signature:

compare(a: Value, b: Value): boolean

Parameters:

ParameterTypeDescription
aValueThe first value.
bValueThe second value.

Returns: booleanWhether the values are equal.