Skip to content

StateFieldSpec.compare method

StateFieldSpec › compare

Unofficial

Compare two values of this field.

Signature:

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

Parameters:

Parameter Type Description
a Value The first value.
b Value The second value.

Returns: booleanWhether the values are equal.