Contents

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) -> Bool

Parameters

  • other:

    Another feature set.

Return Value

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

See Also

Checking features