---
lang: en
title: 'API docs: rest.compareroute'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/rest
permalink: /doc/en/lb4/apidocs.rest.compareroute.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [compareRoute](./rest.compareroute.md)

## compareRoute() function

Compare two routes by verb/path for sorting

<b>Signature:</b>

```typescript
export declare function compareRoute(route1: Pick<RouteEntry, 'verb' | 'path'>, route2: Pick<RouteEntry, 'verb' | 'path'>): number;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  route1 | Pick&lt;[RouteEntry](./rest.routeentry.md)<!-- -->, 'verb' \| 'path'&gt; | First route entry |
|  route2 | Pick&lt;[RouteEntry](./rest.routeentry.md)<!-- -->, 'verb' \| 'path'&gt; | Second route entry |

<b>Returns:</b>

number


