# IsMatchingPath(string)

Method in [Project](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.compiler/yarn.compiler.project)

## Summary

Gets a value indicating whether `path` is a path that is included in this project.

```csharp
public bool IsMatchingPath(string path)
```

## Parameters

| Name          | Description        |
| ------------- | ------------------ |
| `string` path | The path to check. |

## Returns

`true` if `path` is a path that is included in this project; `false` otherwise.
