API Reference > imodeljs-common > Rendering > Feature > compare 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 - number 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 core/common/src/FeatureTable.ts Line 56 Last Updated: 13 June, 2024