intersects(_:)
Determines whether the supplied compression options intersect with the current instance’s options.
Declaration
func intersects(_ options: NSUserInterfaceCompressionOptions) -> BoolParameters
- options:
A compression options object to compare with the current instance.
Return Value
Returns true if at least one of the supplied options is present in the instance’s options, or false otherwise.