compare Method
Performs ordinal comparison of this feature with another.
compare(rhs: Feature): number
| Parameter | Type | Description |
|---|---|---|
| rhs | Feature | The feature to compare with. |
Returns - zero if the features are equivalent, a negative value if this feature compares as "less than" rhs, or a positive value if this feature compares "greater than" rhs.
Defined in
Last Updated: 08 January, 2020