---
title: "isSuperset(of:)"
framework: lightweightcoderequirements
role: symbol
role_heading: Type Method
path: "lightweightcoderequirements/processcodesigningflags/issuperset(of:)"
---

# isSuperset(of:)

Matches when the code signing flags on the process are a superset of the specified flags.

## Declaration

```swift
static func isSuperset(of: ProcessCodeSigningFlags.DataType) -> ProcessCodeSigningFlags.OutType
```
