isSubset(of:)
Returns a Boolean value that indicates whether this feature set is a subset of the given feature set.
Declaration
func isSubset(of other: FeatureSet) -> BoolParameters
- other:
Another feature set.
Return Value
true if the feature set is a subset of other; otherwise, false.