| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > Path > isEqual
Returns true if path1 and path2 refer to the same underlying path.
Signature:
static isEqual(path1: string, path2: string): boolean;|
Parameter |
Type |
Description |
|---|---|---|
|
path1 |
string | |
|
path2 |
string |
Returns:
boolean
The comparison is performed using path.relative()<></>.