---
title: "init(_:)"
framework: lightweightcoderequirements
role: symbol
role_heading: Initializer
path: "lightweightcoderequirements/teamidentifiermatchescurrentprocess/init(_:)"
---

# init(_:)

Creates a constraint that tests whether a process’s team identifier matches the current process’s team identifier.

## Declaration

```swift
init(_ value: Bool)
```

## Parameters

- `value`: A Boolean that indicates whether the constraint matches processes with the same team identifier, or any other team identifier.
