<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PaperKit",
  "identifier" : "/documentation/PaperKit/FeatureSet/isSubset(of:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PaperKit"
    ],
    "preciseIdentifier" : "s:8PaperKit10FeatureSetV8isSubset2ofSbAC_tF"
  },
  "title" : "isSubset(of:)"
}
-->

# isSubset(of:)

Returns a Boolean value that indicates whether this feature set is a subset of the given feature set.

```
func isSubset(of other: FeatureSet) -> Bool
```

## Parameters

`other`

Another feature set.

## Return Value

`true` if the feature set is a subset of `other`; otherwise, `false`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)