Skip to content

RangeValue.eq method

RangeValue › eq

Official

Compare this value with another value. Used when comparing range sets.

Signature:

eq(other: RangeValue): boolean

Parameters:

Parameter Type Description
other RangeValue The other range value.

Returns: booleanWhether the values are equal.