compare MethodStatic

Compares two sets of thematic gradient settings.

compare(lhs: ThematicGradientSettings, rhs: ThematicGradientSettings): number

@returns 0 if lhs is equivalent to rhs, a negative number if lhs compares less than rhs, or a positive number if lhs compares greater than rhs.

Parameter Type Description
lhs ThematicGradientSettings First set of thematic gradient settings to compare
rhs ThematicGradientSettings Second set of thematic gradient settings to compare

Returns - number

0 if lhs is equivalent to rhs, a negative number if lhs compares less than rhs, or a positive number if lhs compares greater than rhs.

Defined in

Last Updated: 19 April, 2024