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

# isSuperset(of:)

Matches when the code signing flags on the file/slice are a superset of the specified flags.

## Declaration

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